Creating Multiple Sheets In A Single Excel File Using Talend
This blog is about a simple but tricky Talend job where we will be generating 1000 Sheets in one single Excel file using just 1 single record and 1 single sheet as an input. The idea of this job is to create a file with 1000 sheets wherein we will be duplicating just one single record in all the sheets. Note : The records in different sheets can be changed as well. (If we have to follow a pattern in the change required) The input and output will be as follows: Input > Output > We have used one more file (Number Sequence File) which will provide us the range from 1 to 1000. This will help in running the job 1000 times. ( A file with a single column and 1000 rows, starting from number 1 to 1000) The components used in the Job are as follows: tFi...