Background Information
- Module Version:
4.0.0
- Node/Browser Version:
18
The issue I'm reporting is with:
I have...
Expected Behavior
Convert specific number of lines, and ability to select a range something like paginated conversion .
Actual Behavior
There is no way to achieve that i think ?
Data Sample
CSV:
h1, h2, h3
c1, c2, c3,
b1, b2, b3,
f1, f2, f3,
d1, d2, d3,
convert only second line
JSON:
{
"h1": "b1",
"h2": "b2",
"h3" : "b3",
}
Background Information
4.0.018The issue I'm reporting is with:
I have...
Expected Behavior
Convert specific number of lines, and ability to select a range something like paginated conversion .
Actual Behavior
There is no way to achieve that i think ?
Data Sample
CSV:
convert only second line
JSON:
{ "h1": "b1", "h2": "b2", "h3" : "b3", }