Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to validate Excel Headers

I need to know if the Excel file which is being processed has header names same as per the expected sequence. If the header names are different I need to stop job with an error captured in tLogCatcher. If the header names are same as per the expected sequence then the file is supposed to be processed further.

 

@umeshrakhe  I referred the post: https://community.talend.com/t5/Design-and-Development/How-to-check-csv-header-names-are-valid/td-p/...


But tFileInputFullRow works for CSV file for Excel it prints garbage values. Is there a way in Talend to capture all headers of Excel File as a Single Row?

 

 

 

Labels (2)
1 Reply
Anonymous
Not applicable
Author

Excel will not give you all columns as a full row instead you have to parse
each sheet and convert them to csv, psv and flow the rest.

Using dynamic schema you directly read all columns the draft them in csv,
psv and then again follow rest of the post.