Hi there,
I’m using the “send to folder” output in the workflow to concatenate csv files. Works perfectly.
Is there a way tot add the new files in front (at the top) of the excisting file, instead of after the excisting file?
Hi there,
I’m using the “send to folder” output in the workflow to concatenate csv files. Works perfectly.
Is there a way tot add the new files in front (at the top) of the excisting file, instead of after the excisting file?
First create an empty file with the output filename you require.
Then for each file, you can use the Add/Remove Text plug in to add your original file at the end of your current file.
Then save as (overwrite) your output file.
The effect is to add your current working file at the start of the existing file, rather than the end. This worked on PPWatch 7 and I can see no reason why it should not work with Connect.
Thank you I’m going to try it out, it sounds logical
An alternative:
Don’t concatenate on your initial Send to Folder. Do this on a branch.
On the main trunk, do a Folder Capture on the folder you saved the individual records into. Set the folder capture to capture on Creation Date, Descending Order.
Then do your Send to Folder with Concatenate.
Step 5 Properties:
wauw thank this is nice