In this tutorial, we will learn how to read multiple files using Talend Open Studio Designer or how to append multiple files into single file in Talend.
Components Used : tFileList, tFileInputDelimited and tFileOutputDelimited
The requirement is to read multiple csv files present in the folder. In this demo tutorial, we will read multiple files available in a folder, pass these files as input with the pre-define schema and append all the data into a single file.