Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Guys,
i have a out.csv file with 1 row. Now i need to read the input excel file input.xls and write the values in the same output.csv file with header.
How to do it? please help me
@abishagopalan ,yes..the header is not appending,since you need to manage manually to populate header first using below way and then populate original data.
@abishagopalan ,can you try by selecting append and Input Header there in basic settings of tFileOutputDelimiter?
Yes i have done
below is my output file
in this file i need to append my excel file data,
i have attached my tFileInputExcel and tFileOutputDelimited configurations with schema
tFileOutputDelimited
my expected output should like below
but what i am getting currently is like below
i am not getting the headers though i have selected tFileOutputDelimited addheaders
Kindly validate me
Regards,
Abisha
@abishagopalan ,yes..the header is not appending,since you need to manage manually to populate header first using below way and then populate original data.