Pgfutter Versions Save

Import CSV and JSON into PostgreSQL the easy way

v1.2

5 years ago
  • Removed JSON object support #47
  • Support excel dialect #51
  • Fix travis #46
  • Upgrade from go 1.4 to go 1.9 #46
  • Fix zero byte bug #45
  • Allow windows users to pass \t to use as a tab delimiter #44
  • Better postgres identifier check #27

v1.1

7 years ago

Implemented enhancements:

  • JSONB instead of JSON #17

Merged pull requests:

v1.0

8 years ago

v0.4

8 years ago
  • Import single JSON objects #9
  • SSL support #3

v0.3.2

8 years ago
  • CSV errors for columns that do not have the same length are now dealt with correctly

v0.3.1

8 years ago
  • Better error handling
  • Handle delimiters in header row

v0.3

8 years ago

A version I only need to be a little ashamed of. Most things work now.

v0.2-beta

8 years ago

There still might be some edge cases but it works grosso modo.

v0.1-alpha

8 years ago

Only CSV files are supported and import is not even guaranteed.