Hi all, trying to find out if there's a solution to this seemingly simple problem - some of our users export their data from excel into CSV, and send it to us. Excel seems to escape delimiters like this:
Column1,Column2,Column3
abc,hello,world
def,"hi,hello",abc
where double quotes in pairs is used to escape the comma in the field value. It appears ITX supports a release character, but it would only work if the data was escaped like the following:
Column1,Column2,Column3
abc,hello,world
def,hi",hello,abc
Is there a way to achieve the former rather than the latter? We have some custom java code currently handling this scenario but we like ITX large file processing, so was hoping to move it to ITX.
------------------------------
Zamir Juma
------------------------------
#DataExchange#IBMSterlingTransformationExtender