Welcome Guest! Log in
×

Notice

The forum is in read only mode.
Due to some maintenance operations, stambia.org will be switched to read-only mode during the 13th November. It will be possible to read and download, but impossible to post on the forums or create new accounts. For any question please contact the support team.

Topic-icon Question Example of Concat

More
29 May 2015 14:19 - 29 May 2015 16:05 #1 by ikafai
ikafai created the topic: Example of Concat
HI

Can you give me an example of process with Cancat File action

regards
Last Edit: 29 May 2015 16:05 by ikafai.
More
29 May 2015 16:51 #2 by Thomas BLETON
Thomas BLETON replied the topic: Example of Concat
Here is a quick example :
OUT_FILE_NAME = d:/temp/outfile.txt
IN_FILE_MASK = d:/data/datafiles/F*.txt
FILE_SEPARATOR = \n

=> All the files *.txt found in directory d:/data/datafiles, will be concatenated and the result will be written in a single file named d:/temp/outfile.txt.
After each file's content, a Unix-like line break will be inserted.

I hope this helps.
Also, don't forget to read the Help in stambia Designer, in the action reference chapter.
More
01 Jun 2015 09:40 #3 by ikafai
ikafai replied the topic: Example of Concat
I didn't put the right path in "IN_FILE_MASK", I typed just "F*.txt" that's why it doesnt work.
Regards