Automatic concatenate file

Discussions about tabulating data in the designer or in batch mode
Forum rules
New release: CSPro 8.0
Post Reply
AkashMishra
Posts: 1
Joined: April 5th, 2017, 11:42 am

Automatic concatenate file

Post by AkashMishra »

Please any body help me to write concatenate program. i have many .dat file . right now i am doing manually but i want program so please help me.
i am new user of CSPro.

Thanks
Akash
josh
Posts: 2399
Joined: May 5th, 2014, 12:49 pm
Location: Washington DC

Re: Automatic concatenate file

Post by josh »

You can automate the concatenate data tool by writing a pff file. See "Run production concatenation" the help for the concatenate tool. If you put all your data files in the same directory then you can use wildcards in your pff file. For example if your data files are the directory DataFiles you can do:

InputData=DataFiles/*.dat

This will concatenate all the files in the folder DataFiles that end with .dat.

Then you can just double click on the pff to run the concatenation.
Post Reply