You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When string data with line separator is serialized to csv, it shold be quoted, shouldn't it?
But it actually is NOT quoted if CsvGenerator.Feature.STRICT_CHECK_FOR_QUOTING is enabled.
cowtowncoder
changed the title
CSV: NOT quote strings with line separator under STRICT_CHECK_FOR_QUOTING mode.
CSV: should quote strings with line separator under STRICT_CHECK_FOR_QUOTING mode
Aug 29, 2020
cowtowncoder
changed the title
CSV: should quote strings with line separator under STRICT_CHECK_FOR_QUOTING mode
CSV: Should quote strings with line separator under STRICT_CHECK_FOR_QUOTING mode
Sep 24, 2020
When string data with line separator is serialized to csv, it shold be quoted, shouldn't it?
But it actually is NOT quoted if
CsvGenerator.Feature.STRICT_CHECK_FOR_QUOTING
is enabled.Test below is failed:
version: v.2.11.2 and currrent master branch
The text was updated successfully, but these errors were encountered: