hubmapconsortium / ingest-validation-tools

HuBMAP data submission guidelines, and tools which check that submissions adhere to those guidelines.
MIT License
8 stars 18 forks source link

Support non-ascii encodings #494

Open mccalluc opened 3 years ago

mccalluc commented 3 years ago

Continuation of #488. Probably add command-line flag? Loose threads I am aware of:

mccalluc commented 2 years ago

Update: The relevant point in the code is:

rows = dict_reader_wrapper(metadata_path, 'ascii')

Still may be useful at some point, and it won't be impossible to do, but not a priority at the moment.