Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
My file were having column name descrepencies...
so i used tfileinputfullrow - and read the header - corrected the column name and stored the header in one file.
Now iam reading this header file and the rest of the data from the input file using dynamic schema (Since I want my job to be generic - so I do not want to define the schema).
Now when Iam merging these 2 files using tunite - the file with correct header -iam not able to read it since dynamic schema skips the header.
How can I correct this in talend?
tfileinputdelimited_2 is reading 0 rows because of dynamic schema.. what are the other way i can merge my header data with rest of data?
Hi
Using a tFileInputFullRow to read only the first line (header row) and write it to a new file, and then merge the two files using tUnite and append the data to the file created just now.
Regards
Shong