Skip to content

Commit

Permalink
Merge pull request lukasmartinelli#65 from MrSaints/fix-64
Browse files Browse the repository at this point in the history
Fix doc on custom table in README.md
  • Loading branch information
lukasmartinelli authored May 13, 2019
2 parents 41bafc5 + 00e1e79 commit 3cc9f2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ This works the same for invalid JSON objects.
`pgfutter` will take the sanitized filename as the table name. If you want to specify a custom table name or import into your predefined table schema you can specify the table explicitly.

```bash
pgfutter csv --table violations traffic_violations.csv
pgfutter --table violations csv traffic_violations.csv
```

## Alternatives
Expand Down

0 comments on commit 3cc9f2f

Please sign in to comment.