Search found 592 matches

by jan_suhr
Tue May 27, 2014 3:47 pm
Forum: LEGACY scripting
Topic: Help with created file extension
Replies: 7
Views: 9157

Help with created file extension

Over a year since I was at the training at Enfocus, so I had forgot and this was my first scripting since that. Now it is working as supposed and the picks up metadata from one submit point and another script picks up metadata from an XML-file. They create a textfile for postprocessing in a media da...
by jan_suhr
Fri May 23, 2014 10:56 pm
Forum: LEGACY scripting
Topic: Help with created file extension
Replies: 7
Views: 9157

Help with created file extension

Thanks Evan,



I should have known that. I hope Freddy doen't see this :-)



Jan
by jan_suhr
Fri May 23, 2014 6:54 pm
Forum: LEGACY scripting
Topic: Help with created file extension
Replies: 7
Views: 9157

Help with created file extension

I have made a script that writes a file with some metadata from a submit point. Thanks to some snippets I have found on this forum :-) But I have some problems with the code below: function jobArrived( s : Switch, job : Job ) { var InputPath = job.getPath(); var extension = s.getPropertyValue("...
by jan_suhr
Sun Sep 01, 2013 5:52 pm
Forum: Flows
Topic: How do I watch a folder and report contents every 30 minutes ?
Replies: 2
Views: 4539

How do I watch a folder and report contents every 30 minutes ?

If you make a loop in the flow so that the infolder and outfolder are the same folder on disc you could accomplish this. Have at least one folder in between so that the files will leave the infolder for at least a short time. The infolder has to have a "Scan every seconds" setting of 1800 ...
by jan_suhr
Thu May 16, 2013 4:07 pm
Forum: LEGACY scripting
Topic: Looking to see if Switch is right for us
Replies: 3
Views: 5972

Looking to see if Switch is right for us

Yes, Switch is definitely the solution for you. It can solve all the questions you have and do it smart too. You can connect Switch to your webportal and ordersystem so that Switch get information from there to know how to handle the files. Many Switch users are using switch for the tasks you descri...
by jan_suhr
Tue Nov 15, 2011 11:09 am
Forum: Flows
Topic: Pickup filename in submit point (or later)
Replies: 2
Views: 6567

Pickup filename in submit point (or later)

Yes your assumption is correct.



Thanks for the tip, I was thinking that something like that would be the trick.





Jan
by jan_suhr
Fri Nov 04, 2011 2:14 pm
Forum: Flows
Topic: Pickup filename in submit point (or later)
Replies: 2
Views: 6567

Pickup filename in submit point (or later)

I am setting up a flow where the customer submit files from PitStop connect to a Switch submit point. At the end of the flow some emails are sent. However the Mail send pickup the filename of the report since that triggers the mail. I have tried to find any varible for the jobs filename but haven't ...