Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I'm looking for some guidance on the best way to create multiple MS Excel xls or xlsx formatted files, if this is even possible.
The job begins with a tOracleInput, which creates three headers and places the data as needed into an Excel file. However, I need to have multiple xlsx files created, so if there are 5500 rows then six (6) xlsx files are created with no more than 1000 rows per file. This is necessary so the file will meet upload requirements specified by an OEM site, which also does not accept csv files.
Hi,
Im basic learner for this talend tool. So in my project i need to convert 10 different excel files which is in one folder into "csv File(s)" . so can you please help me with the same process step by step . Because i couldn't understand how to configure the three components (tfilelist, tfileinputdelimited, tfileoutputexcel) you explained
Hi Girigby,
Thanks for the detailed explanation. Since i'm new to this tool i need few clarifications too.Kindly bare with me
I did same as what you said, my doubt is, do i need to add schema for the tfileinputexcel component because if i run the job its asking "tfileinputexcel - parameter (sheetlist) must have atleast one value"
Moreover i doubt whether i'm doing it correctly
My input folder has (xlsx) files which has different column and different values for each file and i need that to be converted into "csv" files respective to their file names
tFileList--(iterate)--> tFileInputExcel--(main)--> tFileOutputExcel
Changes made in components file name/stream are:
1. browsed the file location need in the directory field
2. tFileList -> filemask -> "*.csv"
3. tFileInputExcel -> ((String)globalMap.get("tFileList_1_CURRENT_FILEPATH"))
4. tFileOutputExcel-> String)globalMap.get("tFileList_1_CURRENT_FILEPATH")).replace("xlsx", "csv")
kindly let me know the above one is correct . i need to get it to be converted
Thanks in advance
Hi Girigby,
Thanks for the detailed explanation. Since i'm new to this tool i need few clarifications too.Kindly bare with me
I did same as what you said, my doubt is, do i need to add schema for the tfileinputexcel component because if i run the job its asking "tfileinputexcel - parameter (sheetlist) must have atleast one value"
Moreover i doubt whether i'm doing it correctly
My input folder has (xlsx) files which has different column and different values for each file and i need that to be converted into "csv" files respective to their file names
tFileList--(iterate)--> tFileInputExcel--(main)--> tFileOutputExcel
Changes made in components file name/stream are:
1. browsed the file location need in the directory field
2. tFileList -> filemask -> "*.csv"
3. tFileInputExcel -> ((String)globalMap.get("tFileList_1_CURRENT_FILEPATH"))
4. tFileOutputExcel-> String)globalMap.get("tFileList_1_CURRENT_FILEPATH")).replace("xlsx", "csv")
kindly let me know the above one is correct . i need to get it to be converted
Thanks in advance
Hi ,
Thank you so much i got result as expected.
so as you said i'll try doing the TMAP component for different column headers and values
Thanks much once again
Hi ,
Thank you so much i got result as expected.
so as you said i'll try doing the TMAP component for different column headers and values
Thanks much once again