ryu1kn / csv-writer

Convert objects/arrays into a CSV string or write them into a CSV file
https://www.npmjs.com/package/csv-writer
MIT License
246 stars 39 forks source link

Adds a change to handle when it receives stringified json. #59

Open nrodriguez opened 3 years ago

nrodriguez commented 3 years ago

Checks if the given field is a stringified JSON object. If it is then it does not change the field.

Fixes: https://github.com/ryu1kn/csv-writer/issues/58

coveralls commented 3 years ago

Pull Request Test Coverage Report for Build 106


Totals Coverage Status
Change from base Build 105: -0.5%
Covered Lines: 153
Relevant Lines: 153

💛 - Coveralls