csv-schema icon indicating copy to clipboard operation
csv-schema copied to clipboard

Add support for schema.ini files

Open williamscraigm opened this issue 8 years ago • 3 comments

Some applications use the schema.ini file to define the schema, would be good to be able to generate these with this code. Specification can be found here

williamscraigm avatar Apr 22 '16 17:04 williamscraigm

Hi @williamscraigm, thanks for the suggestion. I'm not familiar with schema.ini - can you give a couple of examples that use it? A couple other folks have suggested JSON Table Schema this week. Would that help?

timwis avatar Apr 24 '16 16:04 timwis

Schema.ini is used in Microsoft technologies where CSVs are accessed through the main ODBC/OLEDB database stack. So there are many applications that do this. One example I'm not affiliated with would be Tableau. I'm interested because the application I work on, ArcGIS, uses Schema.ini files but we have our own read implementation of the standard and don't rely on MS code for this.

williamscraigm avatar Apr 25 '16 21:04 williamscraigm

Oh, now that's interesting. I work at the City of Philadelphia, and we use ArcGIS (and dabble with Tableau) as well. This looks doable, but I"ll have to find some example files.

timwis avatar Apr 26 '16 09:04 timwis