True but could the job being injected be packed? If so, you could inject and unpack, keeping the metadata.sander wrote:However, since the injected job does not have the unique name anymore all metadata of this job is discarded, I bet there's no way around that one.
Search found 577 matches
- Sun Dec 11, 2016 7:35 pm
- Forum: Flows
- Topic: Inject job keep Private data
- Replies: 11
- Views: 51685
Re: Inject job keep Private data
Re: Portals
Now available in the appstore for free: https://appstore.enfocus.com/product/Portals
- Mon Nov 28, 2016 7:33 pm
- Forum: Flows
- Topic: Trailing Space When Using Mail Receive
- Replies: 3
- Views: 20431
Re: Trailing Space When Using Mail Receive
Hey man, That's what switch-variable-scrubber was designed to do. I haven't used the mail receive before, but if you can get the subject as a variable and then scrub it before making the folder with it, it should give you the desired result. Otherwise, you can probably apply some sort of regex with ...
- Mon Nov 28, 2016 6:12 pm
- Forum: Flows
- Topic: Calculate working days in mail
- Replies: 2
- Views: 16749
Re: Calculate working days in mail
Not super easy to adapt, since it uses DateInterval and a PHP library called Business , but I did something similar in a PHP project once. This calculates the number of business minutes that have elapsed between two dates based on some defined hours. This is helpful in our case because if someone su...
- Mon Nov 28, 2016 5:05 pm
- Forum: Flows
- Topic: Change my variable ?
- Replies: 5
- Views: 23277
Re: Change my variable ?
I make your lessons, and you can find my flow here : https://www.dropbox.com/s/4e3q2wk1zi852tm/TEST%20change%20Variable.sflow?dl=0 Excellent work. ;) This is very good. But if you follow switch-best-practices , you can make it a bit more readible and easier to debug: https://i.imgur.com/00LPOPx.png...
- Mon Nov 28, 2016 4:48 pm
- Forum: Scripting
- Topic: Indigo JMF Subscriptions - An Example
- Replies: 10
- Views: 51300
Re: Indigo JMF Subscriptions - An Example
Sorry about that, this repo has changed a little bit since I wrote this post. Ah, it's a permissions error. It can't create the database. You could go find that folder in the error and make the ./db/server.db file writable or do the following: - Navigate to the folder where you unpacked the JMF-Subs...
- Wed Nov 23, 2016 5:12 pm
- Forum: Flows
- Topic: Change my variable ?
- Replies: 5
- Views: 23277
Re: Change my variable ?
Sure. - Download it using the "clone or download button". - Put the files somewhere. - Drop in the Script configurator within Switch and load the private-data-write_25.sscript file. - Set Key (the first one) to Code - Set -> Value to JDM - Duplicate the script - Alter the -> Value of the d...
- Wed Nov 23, 2016 3:54 pm
- Forum: Flows
- Topic: Change my variable ?
- Replies: 5
- Views: 23277
Re: Change my variable ?
If you have Scripting, you can use switch-private-data-write to write and modify variables with private data. If you don't have Scripter, you can use can use metaTagger in the appstore to do the same thing. Otherwise, you can use JobState to set a single variable within a folder, but I wouldn't reco...
- Tue Nov 22, 2016 11:08 pm
- Forum: Applications
- Topic: HP SmartStream VDP
- Replies: 10
- Views: 78791
Re: HP SmartStream VDP
That looks correct. Check the version of InDesign that Switch is using. Are your CC credentials valid? Are your SmartStream credentials valid? Check on your license.
Create a log out and post the XML log (doubtful anything useful will be in it though).
Create a log out and post the XML log (doubtful anything useful will be in it though).
- Tue Nov 22, 2016 4:32 pm
- Forum: Applications
- Topic: HP SmartStream VDP
- Replies: 10
- Views: 78791
Re: HP SmartStream VDP
I have used this many times before, the Template and the CSV file are named correctly. InDesign launches but never runs the file. There are NO errors in the SWITCH messages. If I use the same CSV file open it manually on the machine it will output the job with no problems. Yeah, it's incredibly fru...
- Tue Nov 22, 2016 4:09 pm
- Forum: Flows
- Topic: sort files out from the value in linked XML file
- Replies: 3
- Views: 19667
Re: sort files out from the value in linked XML file
You can read the XML information as a variable. Once it's a variable, you can sort the job via connector include/exclude criteria. - Put your XML file in a folder. - Route the jobs from that folder through an XML Pickup. ---- Set the "Dataset name" to "My XML Dataset" - Route the...
- Thu Nov 17, 2016 7:41 pm
- Forum: Scripting
- Topic: switch-inject-lite
- Replies: 10
- Views: 81497
Re: switch-inject-lite
Now available as a free app in the Enfocus appstore. https://appstore.enfocus.com/product/InjectLite
Thanks Freddy!
Thanks Freddy!
- Mon Nov 14, 2016 9:34 pm
- Forum: Applications
- Topic: HP SmartStream VDP
- Replies: 10
- Views: 78791
Re: HP SmartStream VDP
I am trying to get the Smartstream Designer VDP configurator to work without any success. I have InDesign CC 2015 installed, the newest version of Smartstream. I also have the ExtendScript Tool kit installed. When I send a CSV file through it launches InDesign but nothing ever processes. I manually...
- Tue Nov 08, 2016 3:54 pm
- Forum: Flows
- Topic: How to UNDELETE!!
- Replies: 4
- Views: 32280
Re: How to UNDELETE!!
Glad you were able to get it back. Thanks for updating with your resolution. 
- Mon Nov 07, 2016 8:10 pm
- Forum: Flows
- Topic: How to UNDELETE!!
- Replies: 4
- Views: 32280
Re: How to UNDELETE!!
The flows are stored as backing XML files. On Windows, that's within %appadata% and on OSX, I believe it's in Program Data. You can restore the XML file from your backups. I don't think they are sent to the recycle bin when deleted from the designer. I do this all the time. Honestly, if you set up F...