Heya,
We occasionally get delimited input files where the quote character is something other than single or double quote. For example,
~field1~,~field2~,~last,field~
I am not sure what is best approach to tackle these kinds of files since Clover seems to only accept single/double quote as a quote character.
If I ignore the ~ and try to strip it off in a transformer, I run the risk of getting a mismatch of fields when it parses the rows.
If I try to make the delimiter ~,~ I will have problems with fields that do not have any values.
The client says that the input files will never get over a certain size, so I could set the maximum field size above that number, take the entire row as a single field and run it through a transformation to parse out the individual fields. Is this the best approach for me to take? Any thoughts?
Thanks,
Anna