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

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
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".