OpenDataServices / flatten-tool

Tools for generating CSV and other flat versions of the structured data
http://flatten-tool.readthedocs.io/en/latest/
MIT License
105 stars 15 forks source link

fix: Ignore null characters in the input CSV file #435

Closed jpmckinney closed 9 months ago

jpmckinney commented 9 months ago

Tagging @duncandewhurst for coordination and @Bjwebb for awareness. Had an OCDS user upload a CSV containing null characters. I figure best to ignore them, as they certainly don't intend to preserve such bytes in the output Excel file.

odscjames commented 9 months ago

Thanks - I've discussed with @Bjwebb . I'll just add a changelog in a new PR and we'll get it in.

odscjames commented 9 months ago

https://github.com/OpenDataServices/flatten-tool/pull/436