Search found 53 matches
- Thu Feb 07, 2013 9:13 am
- Forum: Flows
- Topic: Problems with hotfolders on Helios servers?
- Replies: 6
- Views: 6059
Problems with hotfolders on Helios servers?
Hi, We are running into problems with Switch (Win, v11 update 3) with hotfolders that are on a network drive on a Helios server. Have any of you run into similar problems? Basically this is what happens: When a flow has a not-automanaged folder (a hotfolder or a final output folder) set up on a netw...
- Sun Dec 09, 2012 1:11 pm
- Forum: Flows
- Topic: update image metadata with values from a csv file
- Replies: 4
- Views: 9959
update image metadata with values from a csv file
Thanks for your help! After quite a bit of truggling I managed to reach my goal of both creating the flow I needed and also understanding Switch a lot more. :) The relations between Switch flows, different ways of scripting and using external commands either through the configurator or via scripting...
- Mon Dec 03, 2012 8:19 pm
- Forum: Flows
- Topic: update image metadata with values from a csv file
- Replies: 4
- Views: 9959
update image metadata with values from a csv file
patej wrote: - First I thought that I would need to convert the csv into xml and use XML Pickup to get its data, but I've run into problems when trying that and now I'm thinking that it might be a too complicated approach. I've tried to get it work with the help of this thread http://www.crossroads-...
- Sun Dec 02, 2012 12:05 am
- Forum: Flows
- Topic: update image metadata with values from a csv file
- Replies: 4
- Views: 9959
update image metadata with values from a csv file
Hi, I have the following situation I have tried to solve and I would like to get your advice in what would be the best(most straightforward) approach. Naturally, I would not want to take too many extra turns on the way if there is a "clean way" of doing it. - flow gets as its input one csv file and ...
- Wed Nov 28, 2012 10:27 pm
- Forum: LEGACY scripting
- Topic: ungrouped job: get original job folders file count
- Replies: 5
- Views: 5516
ungrouped job: get original job folders file count
Thanks! That was it, I hadn't realised that having the flow divide before assembling would break it so switching (heh..) those around fixed it! The other assemble before mail had a similar problem but I think it'll get solved as well.
--patrik
--patrik
- Tue Nov 27, 2012 11:30 pm
- Forum: LEGACY scripting
- Topic: ungrouped job: get original job folders file count
- Replies: 5
- Views: 5516
ungrouped job: get original job folders file count
freddyp wrote: It is not obligatory to know the number of files in an ungrouped job. The "Assemble job" element has a property "Scheme" where you can choose "Ungrouped job". The "Assemble job" will wait until all the ungrouped files are there before recombining them into an assembled job. Hmm... Som...
- Tue Nov 27, 2012 6:57 pm
- Forum: LEGACY scripting
- Topic: ungrouped job: get original job folders file count
- Replies: 5
- Views: 5516
ungrouped job: get original job folders file count
Thank you for this clarification, freddyp! I hadn't thought of assembling a job in the middle of the flow (I have assembling in the end) but that could be one thing to try then. However, this addition to the Hold Job in Switch 11 update 3 just announced (http://www.enfocus.com/en/support/knowledge-b...
- Sun Nov 25, 2012 12:37 pm
- Forum: LEGACY scripting
- Topic: ungrouped job: get original job folders file count
- Replies: 5
- Views: 5516
ungrouped job: get original job folders file count
Hi, I have only recently started to poke around Switch scripting and am unsure how I should start solving the following situation: - as input my flow can get single files, but usually folders with subfolders so I have an Ungroup job in the beginning - after ungrouping I send the individual files to ...