Search found 592 matches

by jan_suhr
Wed Apr 12, 2023 8:24 am
Forum: Flows
Topic: Copy metadata
Replies: 2
Views: 1660

Re: Copy metadata

You can do that with EXIF-tool https://exiftool.org/
You then run it with Execute command in Switch.
by jan_suhr
Thu Apr 06, 2023 5:53 pm
Forum: LEGACY scripting
Topic: JS to look at PrivateData as a condition with variable or script expiression
Replies: 4
Views: 8280

Re: JS to look at PrivateData as a condition with variable or script expiression

In the Row2Variables you can set up the Warning outgoing connection to let missing values go that way.
That should solve the problem.
Check the documentation.
by jan_suhr
Wed Apr 05, 2023 4:17 pm
Forum: LEGACY scripting
Topic: JS to look at PrivateData as a condition with variable or script expiression
Replies: 4
Views: 8280

Re: JS to look at PrivateData as a condition with variable or script expiression

You can use the app Row2Variables. It will use an Excel or CSV file to get the value you need. Tabel would look like this: 6X9 True 4.25X5.5 True 10X13 True 7X10 False You can set it up to any value instead of True and in that way send it to different outgoing connections depending on the sizes youo...
by jan_suhr
Tue Mar 28, 2023 9:24 am
Forum: LEGACY scripting
Topic: JS - Executes a menu command in Acrobat Pro
Replies: 4
Views: 4352

Re: JS - Executes a menu command in Acrobat Pro

This requires that you run a Script in Acrobat, not in Switch In the Acrobat configurator you can in the Command property set it to "Use script" and that is a script that runs in Acrobat. You can probably find such a script if you search the web, note that there are a few special things wh...
by jan_suhr
Wed Mar 22, 2023 2:34 pm
Forum: Applications
Topic: Webhook V7 - Scripting Mandatory
Replies: 2
Views: 4477

Re: Webhook V7 - Scripting Mandatory

Yes "scripting" needs to be added to the path.
by jan_suhr
Mon Mar 20, 2023 4:00 pm
Forum: Flows
Topic: Hold file till flow is empty
Replies: 3
Views: 1546

Re: Hold file till flow is empty

You can send the file waiting in an end folder of the flow, with a path to the disc. Then use the Inject tool to pick it up where you need to insert it again.
by jan_suhr
Wed Mar 15, 2023 12:58 pm
Forum: Node.js scripting
Topic: XML2CSV
Replies: 7
Views: 7187

Re: XML2CSV

You can always use XSLT with the Saxonica configurator. It will fix it
by jan_suhr
Wed Mar 15, 2023 10:43 am
Forum: Node.js scripting
Topic: XML2CSV
Replies: 7
Views: 7187

Re: XML2CSV

by jan_suhr
Thu Mar 09, 2023 9:38 pm
Forum: Switch
Topic: Imagemagick
Replies: 7
Views: 6874

Re: Imagemagick

You can try to send them to one folder each on disk and then you add the full path to each file. With the app "Execute command friend" you can construct a .bat or .sh file that you send to Execute command. This file would have the complete execution command in it but it will also allow you...
by jan_suhr
Wed Mar 08, 2023 9:29 am
Forum: Flows
Topic: Switch User Group as Metadata?
Replies: 4
Views: 1394

Re: Switch User Group as Metadata?

Hi Magnus,

You have the [Connection.UserName] variable and with the app Row2Variable you could set it up to get the group as PrivateData.

Might work for you.
by jan_suhr
Fri Feb 17, 2023 8:16 am
Forum: Switch
Topic: Find a folder inside workflow
Replies: 3
Views: 4911

Re: Find a folder inside workflow

You can try the Get Switch Log Message app. It can be set up to send you specific messages from the Switch log. Anything from a flow to one element in a flow and what message type you look for. Meant to be used for finding problems in flows. https://www.enfocus.com/en/appstore/product/get-switch-log...
by jan_suhr
Tue Feb 14, 2023 7:54 pm
Forum: Switch
Topic: Format Date when it is Private Data
Replies: 8
Views: 4108

Re: Format Date when it is Private Data

I did try the date calculator app. That will not work as the date must be yyyy-MM-dd or it will fail. I have the app for string replacement. I am struggling to understand the setup of the app. The instructions are not clear to me. You haven't really told us what the input is, where it come from and...
by jan_suhr
Mon Feb 13, 2023 5:08 pm
Forum: Flows
Topic: Converting Epoch time to Date Time
Replies: 4
Views: 1691

Re: Converting Epoch time to Date Time

Have you tried the Date Calculator app?

https://www.enfocus.com/en/appstore/pro ... calculator
by jan_suhr
Mon Feb 13, 2023 9:47 am
Forum: Switch
Topic: Format Date when it is Private Data
Replies: 8
Views: 4108

Re: Format Date when it is Private Data

Maybe the app Date Calculator can fix it for you. It is possible to calculate with the value zero for the new date. You will get a lot of private data keys for different parts of the date. It will however give it in ISO-format, it meant to be used in Switch. But you can use the string replace app to...
by jan_suhr
Fri Feb 10, 2023 10:36 pm
Forum: Switch
Topic: Format Date when it is Private Data
Replies: 8
Views: 4108

Re: Format Date when it is Private Data

Where do you get your date from? Can it be formatted from that source?