Forum Discussion
cstewart
6 years agoFormer Employee
If you create a pipeline which reads the multiple input files, and a single output writer, that should achieve your objective. You might use the Multi-file reader Snap, or perhaps the Directory browser which gives a list of files, which you filter, and pass the names of the files to be read into the the file reader. Multiple ways to achieve it.
mohit
6 years agoNew Contributor
But it will overwrite the data, I want to Append the data in a single file.