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

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

Header changes from tFileInputExcel to tFileOutputDelimited

Hi Guys,

I have one query,

I have one excel file with header name, age, home. I need to convert this to .csv for that I am using tFileOutputDelimited with "|" separator. on top of it my output file should have filename , rowcount, system date.

 

below is my flow 

tfileInputExcel will have two rows with Schema name, age, home 

which will store the data's in temporary data using thashoutput

tfixedflowinput will create my filename,rowcount,systemdate. I am writing it on my out file.

where in the same file I need to write my temporary file data so I am writing through thashInput to tFileOutputDelimited.

 

0683p000009M3nV.png

My tFileOutDelimited is having different schema name,age,home,state

 

but I am unable to get this schema at my output file.

my output file should looks like below

 

0683p000009M3xJ.png

 

 

instead I am getting output like below

 

 

 

0683p000009M3au.png

 

 

overall I need to a tfileoutputfileDelimited schema as my header instead I am getting my tFileinputExcel schema as my header .

 

 

Help me to resolve this issue please

 

 

Regards,

Abisha

 

 

 

 

 

 

Labels (2)
1 Solution

Accepted Solutions
manodwhb
Champion II
Champion II

@abishagopalan ,populate header the below way.0683p000009M3yH.png

View solution in original post

3 Replies
akumar2301
Specialist II
Specialist II

In tfileinputexcel, put header as 1

And in tfileoutputdelimited select your include header
Anonymous
Not applicable
Author

Hi Abhishek,

 

I tried but still it didnt work can you guide me?

manodwhb
Champion II
Champion II

@abishagopalan ,populate header the below way.0683p000009M3yH.png