sgr icon indicating copy to clipboard operation
sgr copied to clipboard

Support reading a subset of headers from the CSV file

Open mildbyte opened this issue 2 years ago • 0 comments

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 […]

mildbyte avatar Oct 28 '22 21:10 mildbyte