Search found 47 matches

by schmitzdp
Tue Sep 13, 2022 12:08 pm
Forum: Applications
Topic: Activation "AWS S3 Download"
Replies: 9
Views: 23411

Re: Activation "AWS S3 Download"

Hello,

in the script, I deactivated what was related to AWS CLI, if I remember correctly

https://www.schmitz.be/S3%20Download.sscript
by schmitzdp
Fri Jun 24, 2022 10:56 pm
Forum: Applications
Topic: InDesign 2022
Replies: 4
Views: 6479

Re: InDesign 2022

I have updated Switch Spring 2022 and the adobe applications are working. There was definitely a compatibility issue between Switch Spring 2021 and Adobe CC 2022.
by schmitzdp
Thu Jun 23, 2022 9:14 am
Forum: Applications
Topic: InDesign 2022
Replies: 4
Views: 6479

Re: InDesign 2022

freddyp wrote: Mon Jan 10, 2022 3:39 pm A new version of the configurators that supports CC 2022 will be available towards the end of the week.
Hello,

where can I find them? I don't see anything on the app store.
Thanks.
by schmitzdp
Sat Feb 05, 2022 12:03 pm
Forum: Applications
Topic: 2nd SMTP server address
Replies: 1
Views: 15643

2nd SMTP server address

Hello,

Is it possible to set a 2nd SMTP server address in a mail application to send from another domain name in an independent flow for example?

For the moment, I can only change the username and the password without being able to change the SMTP server address.

Thank you.
by schmitzdp
Wed Aug 25, 2021 11:34 am
Forum: LEGACY scripting
Topic: Replace comma with a dot
Replies: 17
Views: 24190

Re: Replace comma with a dot

Thanks for your explanation. I have applied it and it works perfectly :D
by schmitzdp
Tue Aug 24, 2021 3:50 pm
Forum: LEGACY scripting
Topic: Replace comma with a dot
Replies: 17
Views: 24190

Re: Replace comma with a dot

jan_suhr wrote: Tue Aug 24, 2021 1:27 pm You should be able to specify the variable as the string to replace the spaces in.
Do you have an example ? Because my results are always the same. :cry:
by schmitzdp
Tue Aug 24, 2021 1:20 pm
Forum: LEGACY scripting
Topic: Replace comma with a dot
Replies: 17
Views: 24190

Re: Replace comma with a dot

jan_suhr wrote: Tue Aug 24, 2021 12:20 pm Then you have to use this app https://www.enfocus.com/en/appstore/pro ... ng-replace

It will let you create a new variable that has replaced the spaces with %20
Is it possible to target only the tag containing the url?
In my tests, the function replaces all spaces in all tags.
by schmitzdp
Tue Aug 24, 2021 12:15 pm
Forum: LEGACY scripting
Topic: Replace comma with a dot
Replies: 17
Views: 24190

Re: Replace comma with a dot

You use the GET as request type and in the URL you set the variable from the metadata. Lik this: http://10.0.1.10/switch_upload/uploads/[Metadata.Text:Path="//Parameter/@Name",Dataset="uploaded",Model="XML"] Where Parameter/@Name is the filename to get in the server UR...
by schmitzdp
Tue Aug 24, 2021 11:48 am
Forum: LEGACY scripting
Topic: Replace comma with a dot
Replies: 17
Views: 24190

Re: Replace comma with a dot

Before even doing that, where do you want to use the string? If you use the information in the Parameters property of "HTTP request" for example it will be encoded automatically and spaces will become %20 etc. Can you give me an example of how to configure the HTTP request application to ...
by schmitzdp
Tue Feb 23, 2021 9:11 am
Forum: Imposition
Topic: Wrong choice of imposition with Phoenix application
Replies: 2
Views: 9119

Re: Wrong choice of imposition with Phoenix application

Yes, indeed.

Let me add that the upgrade to Phoenix 7.0.4, as well as the download of the new application "tilia Phoenix Connect" were necessary to solve this. ;)

Thank you very much for your answers
by schmitzdp
Thu Feb 18, 2021 3:35 pm
Forum: Imposition
Topic: Wrong choice of imposition with Phoenix application
Replies: 2
Views: 9119

Wrong choice of imposition with Phoenix application

Hello, I'm trying to impose my files using the Phoenix application in Switch. However, I realize that the result of imposition via Switch flow is not the best compared to imposition with the same files in Phoenix manually where the best result is chosen based on the least amount of material loss or ...
by schmitzdp
Sun Feb 14, 2021 6:00 pm
Forum: LEGACY scripting
Topic: Replace comma with a dot
Replies: 17
Views: 24190

Re: Replace comma with a dot

Thank you for this complete answer. ;)

I was trying to write an url with the name of my file as a variable.

I simply used the "Rename Job" application before writing my url (with Job.NameProper).

I was complicating my life :lol:
by schmitzdp
Thu Feb 11, 2021 7:20 pm
Forum: LEGACY scripting
Topic: Replace comma with a dot
Replies: 17
Views: 24190

Re: Replace comma with a dot

freddyp wrote: Thu Feb 11, 2021 10:10 am There is not a similar expression, it is the same expression. The example you give replaces all spaces by %20 in //url.
No, I tested before posting and all spaces is replaced only by % in //url.
by schmitzdp
Wed Feb 10, 2021 1:48 pm
Forum: LEGACY scripting
Topic: Replace comma with a dot
Replies: 17
Views: 24190

Re: Replace comma with a dot

Hello,

is there a similar expression that can modify for example a white space by 3 characters?

Code: Select all

translate(//url,' ','%20')
by schmitzdp
Wed Jan 06, 2021 12:22 pm
Forum: Applications
Topic: Activation "AWS S3 Download"
Replies: 9
Views: 23411

Re: Activation "AWS S3 Download"

I ran into the same issue with the AWS S3 Download app The only way I ended up getting it to work was by using the script version from here: https://github.com/open-automation/switch-aws Finally, I used the suggested version of the script. Then I modified this script because the "AWS CLI"...