Hi there
Really like how easy your library is to use :-)
I have a JSON array of objects , where the objects may or may not have all of the fields in the header.
What I am seeing in the output is that missing fields in the "middle" of the header correctly have ",,," but I don't think that trailing commas are being added for fields missing at the end of a row.
So I have some rows that have all 20 cols, but others that only have commas for 15 due to fields towards the end of the header.
Is that the expected behaviour?
Many thanks in advance