zemirco / json2csv

Convert json to csv with column titles
http://zemirco.github.io/json2csv
MIT License
2.72k stars 362 forks source link

Parsers cache the fields option even if it's not explicitly passed #495

Closed juanjoDiaz closed 4 years ago

juanjoDiaz commented 4 years ago

This will cause inconsistent results depending on the order that datasets are passed.

A code sample to reproduce this can be found at #494