Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

sqoop import string delimiter

avatar

hi experts,

I am trying to import data from Oracle DB. I just wanted to check if we can use a string field delimiter instead of comma(default delimiter for columns)

Thanks.

1 ACCEPTED SOLUTION

avatar
Master Guru

For the data in HDFS? Sure.

https://sqoop.apache.org/docs/1.4.0-incubating/SqoopUserGuide.html

--fields-terminated-by <char>Sets the field separator character

View solution in original post

1 REPLY 1

avatar
Master Guru

For the data in HDFS? Sure.

https://sqoop.apache.org/docs/1.4.0-incubating/SqoopUserGuide.html

--fields-terminated-by <char>Sets the field separator character