if you are using the sender adapter;
in your FCC use comma as the field separator.
then in the mapping, write a UDF to remove the quotes from each field if required
if you are using the receiver adapter;
in your FCC use comma as the field separator.
in the mapping, write a UDF to add the quotes from each field as required
Add a comment