Skip to content

Issue with linefeed characters in quoted column data #10

@bshields-idatainc

Description

@bshields-idatainc

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

No one assigned

    Labels

    bugSomething that is brokenneed mockupPlease provide an example of what this should look like

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions