diogob / postgres-copy

Simple PostgreSQL's COPY command support in ActiveRecord models
MIT License
431 stars 63 forks source link

Any support for tab delimited files (COPY FROM)? #39

Open jghezzi opened 7 years ago

diogob commented 7 years ago

I'm marking this as an enhancement. It's not a hard change, if anyone would like to send a pull request this is possibly an easy one. There is already an option called format that defaults to :csv and accepts :binary. There could be a :tsv option that would actually use PostgreSQL default copy format.