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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
_AnonymousUser
Specialist III
Specialist III

Insert a new line in an existing file

Hello,
Is it possible to insert a new line in an existing CVS file ?
Regards.
Labels (2)
2 Replies
_AnonymousUser
Specialist III
Specialist III
Author

yes, in the output file there's the APPEND option, if you want to add a new line but with the same schema of the other lines that y have inside the file...or if it have a different schema y can make something like:
tFIleInputDelimited---->TMap---->tFileOutputDelimited
in the tMAp y can create a variable with the new line and y can simply add to your Output file

i hope y understand what i mean
Best Regards,
JamesB
_AnonymousUser
Specialist III
Specialist III
Author

Thank Smiley Happy
Regards