CSV to JSON V1 (Deprecated)
Discover more about the CSV to JSON V1 component and how to use it on the Digibee Integration Platform.
Was this helpful?
Was this helpful?
{
"data": [{"HEADER1": "LINE1",
"HEADER2": "LINE1",
"HEADER3": "LINE1"
},
{"HEADER1": "LINE2",
"HEADER2": "LINE2",
"HEADER3": "LINE2"
}, ....]
}{
"data": {"HEADER1": "LINE1",
"HEADER2": "LINE1",
"HEADER3": "LINE1"
}
}