Skip to content

Additional characters when converting from CSV to JSON #22

@aco-ph

Description

@aco-ph

Converting CSV to JSON, and the 4th value/column keeps getting a '\r' added to the end.
The final value also has a '\n' added.

Example below:

{
"name": "Lxxxxxxx-MDS",
"subnetName": "xxxxxxx-MDS-001",
"addressPrefix": "10.220.4.0/22",
"subnetPrefix\r": "10.220.4.0/24\r"
}

Original source CSV:

name,subnetName,addressPrefix,subnetPrefix
Lxxxxxxxx-MDS,Lxxxxxxx-MDS-001,10.220.4.0/22,10.220.4.0/24

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