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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Conversion of Excel File to CSV File

Hello everyone,

 

I have a requirement of converting excel files into a Comma separated files. Also, while converting excel files is there a possibility of inserting additional rows to the generated files.

 

Please help.

 

Thanks.

Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Hi,

 

It is a basic and simple task and the flow is as follows.

 

tFileInputExcel --->tMap---> tFileOutputDelimited

In tMap you can add additional column as per your requirement.

View solution in original post

2 Replies
Anonymous
Not applicable
Author

Hi,

 

It is a basic and simple task and the flow is as follows.

 

tFileInputExcel --->tMap---> tFileOutputDelimited

In tMap you can add additional column as per your requirement.

Anonymous
Not applicable
Author

Thanks.

I was able to generate a file with an empty column as per my requirement, but i am not able to add a footer with empty values.

i.e, i need an extra row at the end of file with empty values.

 

Any suggestions!!