Skip to content

Generating CSV, if Data Contains double quotes in it, corrupts the csv. #61

Description

@usmanadnare

for example if result set has a name field and data is something like:
Name | DateOfBirth
Doe, Joe "M" | 1990-04-01
Doe, Joe F" |1993-04-01

this tool will wrap all fields in one column like this:
Name,DateOfBirth
"Doe, Joe "M"", 1990-04-01
"Doe, Joe F"", 1993-04-01
image

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions