parse_sssom_table should take as an input a String, URI, or filepath
matentzn opened this issue · 2 comments
matentzn commented
Right now, parse_sssom_table can only do URI and filepath, but for various use cases like the SSSOM Validator UI, we need to be able to read the file from string.
I want to use this opportunity to clean up this method a bit, which is super convoluted as well.
matentzn commented
Yep thats right!