You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hadoop.apache.org by Sidharth Kumar <si...@gmail.com> on 2017/04/06 18:15:08 UTC

Customize Sqoop default property

Hi,

I am importing data from RDBMS to hadoop using sqoop but my RDBMS data is
multi valued and contains "," special character.
So, While importing data using sqoop into hadoop ,sqoop by default it
separate the columns by using "," character. Is there any property through
which we can customize this  character from  "," to "|" or any other
special character which is not a part of data.

Thanks
Sidharth