<!-- # Instructions Please follow the instructions below so we can help you best. ## Before filing an issue 1. Make sure there isn't already an issue present, i.e. you can search the issues. 2. Make sure it's not an issue with your data. Check the validity of your JSON using something like http://jsonlint.com 3. Make sure you're using the latest version of json2csv (your issue might already be resolved). 4. Know what's wrong? Submit a Pull Request instead with a failing test and/or a fix. ## Filing an issue 1. Include the version of json2csv used and the interface that you are using (plainjs, node or whatwg). 2. Include your node version or your browser vendor and version. 3. Include the command or code you used. 4. Include a sample dataset that we can test against. 5. Include your expected output and the actual output/error. --> On StreamParser docs, json2csvParser.push(record), while it must be json2csvParser.pushLine(record)