Hello fellow Switch users, does anyone have info about the company Apago Inc. or Dwight Kelly? We ordered PDFSpy but did not receive a key or download link. :cry: Last activity here in the forum was also only until the end of 2020, which is also when the website was last updated. All email addresses...
i'm running on windows and never been a true JS developper, i only worked with legacy Switch JS. I tryed to use npm command in cmd.exe and powershell, but it did'nt work. i'm sure i'm missing a fool step, but... Sounds like you need to install nodeJS ;) Try to run node -v in powershell. If there's ...
Laziest approach I can think of: "copy *.csv combined.csv" via command prompt @ Windows. https://i.imgur.com/Hgktzv6.png Thanks sander! :) This was my first attempt, but Switch would have to pass the path of the job folder to the .bat file. At the same time I should be able to pass the ou...
Hi guys, is there a (powershell?) script to merge all CSV files in a folder that works for a job folder in Switch? In my case the CSV files have no headers. SwitchJobFolder "customername" containing customername.csv, customername_1.csv, customername_2.csv etc. -> merge to "customernam...
Hello guys, i created a script/configurator that routes jobs to various external hotfolders with matching names (matching metadata with foldername). That works quite well so far. Unfortunately, if you use "s.copy", the job prefix will be preserved. Is there a way to remove the job prefix w...
Hey guys, I'm working on a quite simple flow to sort pdf files with the help of metadata attached to it. The XML pickup part is working fine, but the filter causes an error. :cry: Fehler in Zeile 29 des Skripts Metadata.Text: TypeError. 'evalToString' undefined or not a function The german part mean...