Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
@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
@manodwhb thank you so much for your quickly reply.
I want to export with header like this. Is there any possible method to do?
@duongbt , first you create a header file and then in the tFileOutputPositional ,you can specify the same file and append the data
@manodwhb yes, great solution, but I also need information for header such as date:<current date>
@duongbt , If it is fixed header with current date try with tFixedflow component where you can hard code the header which you want.
Can you describe more specific.
Thank you so much