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

export data to a fixed template

 

Hi guys,

 

I'm going to export txt file with format like the inserted picture.

 

Can talend export a file with this kind of format?

Thank you so much for helping.

 

 

 

0683p000009M4Ud.png

Labels (1)
6 Replies
manodwhb
Champion II
Champion II

@duongbt ,with tFileOutputPositional component you can create a fixed width files. check the below link to know more about this component.

 

https://help.talend.com/reader/wDRBNUuxk629sNcI0dNYaA/kS5Loomrts8JUyvOrcrXhQ

Anonymous
Not applicable
Author

@manodwhb  thank you so much for your quickly reply.

 

I want to export with header like this. Is there any possible method to do? 0683p000009M4Px.png

manodwhb
Champion II
Champion II

@duongbt , first you create a header file and then in the tFileOutputPositional ,you can specify the same file and append the data

Anonymous
Not applicable
Author

@manodwhb yes, great solution, but I also need information for header such as date:<current date>

manodwhb
Champion II
Champion II

@duongbt , If it is fixed header with current date try with tFixedflow component where you can hard code the header which you want.

 

Anonymous
Not applicable
Author

Can you describe more specific.

Thank you so much