In Node JS I used this NPM package to export my data (500 MB) to CSV format with large data. But got this error Error: Invalid export data. Please provide an array of objects. Even I checked each object is a valid JSON object. Also, JSON stringifies working. At the same, If I reduced my data size it's working.
In Node JS I used this NPM package to export my data (500 MB) to CSV format with large data. But got this error
Error: Invalid export data. Please provide an array of objects. Even I checked each object is a valid JSON object. Also, JSON stringifies working. At the same, If I reduced my data size it's working.