Search found 43 matches

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

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: 23782

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: 23782

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: 23782

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: 23782

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: 8612

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: 8612

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: 23782

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: 23782

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: 23782

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: 20901

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"...
by schmitzdp
Fri Dec 25, 2020 3:34 pm
Forum: Applications
Topic: Activation "AWS S3 Download"
Replies: 9
Views: 20901

Re: Activation "AWS S3 Download"

Up :?: :idea:
by schmitzdp
Sun Dec 20, 2020 11:36 am
Forum: Applications
Topic: Activation "AWS S3 Download"
Replies: 9
Views: 20901

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 Even with this script, I have the same error result. However, here is what I get in the command prompt C:\>aws -...
by schmitzdp
Wed Dec 16, 2020 4:07 pm
Forum: Applications
Topic: Activation "AWS S3 Download"
Replies: 9
Views: 20901

Activation "AWS S3 Download"

Hello,

I'm trying to enable "AWS S3 Download" on Switch. I also installed and configured "AWS CLI".

However, I get this error message:

Image

Is there anything I forgot?

(I have already restarted my PC under windows.)

Thank you.
by schmitzdp
Mon Dec 14, 2020 4:23 pm
Forum: PitStop Pro
Topic: Conversion CMYK very faded
Replies: 5
Views: 5268

Re: Conversion CMYK very faded

Your screenshot showed PitStop Server preferences, so are you doing the conversion in PitStop Server instead of PitStop Pro? Are you by any chance using the PitStop Server configurator in Switch? If so, then it is necessary to set color management settings in the configurator itself. This is necess...