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

Hive default field delimiter (Ctrl+A) issue

Does anyone know how to get Talend to create a file delimited by Hive's default field delimiter (Ctrl+A) ?
I have an EXTERNAL hive table pointing to some HDFS directory. I need to write out a file using tFileOutputDelimited to local disk and then use tHDFSPut to move it to the correct directory.
I've tried using '^A', '\001', '\u001', '\u0001' and etc, but nothing works.
If I look at the file that Talend creates, I notice that it is writing out the full \u0001 string, for example, as opposed to the ^A character. In VIM, you can create this character by hitting ctrl+v ctrl+a.
Best regards,
Matthew Moisen
Labels (2)
0 Replies