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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

using Hex Decimal Character 0xac as delimiter

Hi,
I am creating csv file using tfileoutputdelimited component and i want to use 0xac as delimiter. How can do that.
Regards
Asif
Labels (3)
3 Replies
Anonymous
Not applicable
Author

Hi Asif
Try this "\0xac" in 'Field Separator' text field.
Regards,
Pedro
Anonymous
Not applicable
Author

It still didnt work...it appears as NULLxac in the csv. And when this csv loaded in any database it doesnt recognize the delimiter and all data is loaded in a single column

Regards
Asif
_AnonymousUser
Specialist III
Specialist III

Try "\u00ac".