Since one of my field in Hive table contains all special characters, I have delimited the hive fields using MultiDelimitSerDe(~#). Now these data needs to be exported to My sql using Sqoop export. And I do not see Sqoop to export with multiple delimiter.
Is there any other approach? These fields have datatype - date,bigint,decimal(16,2) and char(3). Hence can't go with substr.