Search found 4 matches

by tomgoertz
Wed Oct 25, 2023 2:21 pm
Forum: Node.js scripting
Topic: Update Values in xml files
Replies: 5
Views: 10291

Re: Update Values in xml files

Thanks for the quick feedback! @foxpalace: I actually already assumed that. @sander: Thanks for the idea with xslt. I just did some research and think I can solve my problem with xslt 1.0. It was a bit tricky to give the filename a prefix, since the original value also contains the complete path. <?...
by tomgoertz
Wed Oct 25, 2023 10:31 am
Forum: Node.js scripting
Topic: Update Values in xml files
Replies: 5
Views: 10291

Update Values in xml files

How can I change a value in an xml file without using npm packages? Example: <order> <jobs> <job> <jobID>A</jobID> <fileName>*/abcdef.pdf</fileName> </job> <job> <jobID>B</jobID> <fileName>*/abcdef.pdf</fileName> </job> </jobs> </order> Job A and B have the same file name. In my flow the files are r...
by tomgoertz
Thu Jan 19, 2023 12:03 pm
Forum: Switch
Topic: FTP-Receive Limit Number Of Files
Replies: 0
Views: 80989

FTP-Receive Limit Number Of Files

Hi there, I am looking for a way to limit the number of files downloaded with the FTP-Receive app per attempt. For example, if there are 2000 xml files on the FTP server, I want to download a maximum of 250 files per query and have them processed by the switch flow. I can't find a standard filter to...
by tomgoertz
Wed Nov 17, 2021 8:50 am
Forum: Applications
Topic: HP SmartStream VDP
Replies: 15
Views: 325873

Re: HP SmartStream VDP

Sorry to reopen an old post but I am trying to use the HP VDP with indesign 2019. I have installed The Adobe Extension toolkit for CC but I get an error in the log file stating that it only works with indesign version 5 or later. I just have one job that comes in every 3 months, not a big deal if I...