Created 01-29-2016 06:29 AM
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.
Created 01-29-2016 09:46 AM
For the data in HDFS? Sure.
https://sqoop.apache.org/docs/1.4.0-incubating/SqoopUserGuide.html
--fields-terminated-by <char>
View solution in original post