-
Notifications
You must be signed in to change notification settings - Fork 91
Open
Labels
bugSomething that is brokenSomething that is brokenneed mockupPlease provide an example of what this should look likePlease provide an example of what this should look like
Description
I have files with linefeed characters (0x0A) embedded in quoted column data. For example:
"abc","def?ghi","jkl"
where '?' is 0x0A.
The app seems to be parsing this OK (the following columns show up in the display), but only the text preceding the linefeed is shown on screen. Using the above example, it data is displayed as:
abc def jkl (missing 'ghi')
This may be a display problem as opposed to a parsing problem...
Metadata
Metadata
Assignees
Labels
bugSomething that is brokenSomething that is brokenneed mockupPlease provide an example of what this should look likePlease provide an example of what this should look like