Open josircg opened 5 years ago
Imagine a csv with 200 fields and I just want to import 2 ou 3 fields.
Rows could have an option to import just the columns defined on schema parameter. For example:
rows pgimport receitas.csv $POSTGRESQL_URI doacao --no-create-table --schema=schema_receita.csv
Imagine a csv with 200 fields and I just want to import 2 ou 3 fields.
Rows could have an option to import just the columns defined on schema parameter. For example:
rows pgimport receitas.csv $POSTGRESQL_URI doacao --no-create-table --schema=schema_receita.csv