splitgraph / sgr

sgr (command line client for Splitgraph) and the splitgraph Python library
https://www.splitgraph.com
Other
325 stars 17 forks source link

Support reading a subset of headers from the CSV file #742

Open mildbyte opened 1 year ago

mildbyte commented 1 year ago

For example:

 sgr csv import -s year -s commodity_code […]

Or even being able to pass the type as well (select the column and give it a type):

sgr csv import -s year int4 -s commodity_code varchar […]