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