Hi All,
I have a sqoop export to postresDB with the following data.csv
1,2,abc,\N,xyz
2,3,aaa,\N,xz,
3,3,bbb,\N,\N
Currently all my csv data null columns has "\N" in both strings and non string column.while exporting data to postgresDB i want to handle this "\N" with Null ? please help me on this issue.
Thanks
Anbu