Open Abelhawk opened 5 years ago
@Abelhawk So far what I have observed is that column order is the order in which you define the columns and assigns the value to each column. If you want the columns in specific order, define them in the same order. Hope it helps.
It would be really nice if the parser followed the headers!
I've just run into this as well. It appears to be a javascript limitation. Easiest solution is to simply create a new array and as you construct it, insert data in desired order.
Hey, I was wondering what this library's algorithm is for ordering columns when exporting. On my end it seems to be random. Is there a way to assign a specific order for them to appear in in the CSV file?