Closed
Description
Have you considered using a columns meta file per-table instead of putting all columns into a single csv?
So instead of:
_meta/tables.csv
_meta/columns.csv
states.csv
citites.csv
It would be something like:
_meta/tables.csv
_meta/states_columns.csv
_meta/cities_columns.csv
states.csv
cities.csv
The advantage is that it would be easier to get the schema for a single table.