Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I need to read excel file header dynamically using tFileInputExcel. If I select Dynamic schema option, first row of column name automatically gets skipped, Hence limiting row to1 is also not working. How can I read column names dynamically from excel file.
tFileInputDelimited and tFileInputFullRow not reading from excel file, hence can not use these components also.
Hello,
Actually there is no way with build-in tFileXXXExcel components to do this job in talend. Please have a look at some custom tFileExcel-Components written by talend community users and shared on talend exchange portal.
Best regards
Sabrina
It's impossible Tu use dynamic option in components... If you do not have the columns names that you want to extract. So for your case you have just to read the first line of your file using parameters {header 0 and stop reading at line 1} to get only the header. And you can do anything after.
Hello,
Actually there is no way with build-in tFileXXXExcel components to do this job in talend. Please have a look at some custom tFileExcel-Components written by talend community users and shared on talend exchange portal.
Best regards
Sabrina