Details
-
Improvement
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
None
Description
If you have a delimiter like a colon : and you want to include it in a string you can either wrap it in an enclosure or escape the character in question. We need support for reading those sets of data that have escaped characters in it.
Example:
aaa:123.4:c:ddd-dd:eeee\\:\\:eee:fff
Should be split to:
aaa 123.4 c ddd-dd eeee::eee fff
with delimiter
:
and escape characters
\\
Attachments
Issue Links
- links to