Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
The most easy method is as shown below since you are having same schema.
You can also do the same process by iteration of files (meaning processing one file at a time). But in this case, you will have to pass the file names and sheet names as parameters to input file component.
Warm Regards,
Nikhil Thampi
Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved
Hi,
The most easy method is as shown below since you are having same schema.
You can also do the same process by iteration of files (meaning processing one file at a time). But in this case, you will have to pass the file names and sheet names as parameters to input file component.
Warm Regards,
Nikhil Thampi
Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved
Hi,
In that case, you need a control table or file which will capture the source filename, source sheet name, target filename and target sheet name. You will have to read this data as the first step and populate the data to the tFileExcel components on both input and output side.
Warm Regards,
Nikhil Thampi
Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved