Commit da53c1b
committed
v0.2.0: Add
The `--replace` flag from v0.2.0-alpha.1 has been removed. Instead, you
may now specify one of the following:
`--duplicate-columns=error` (default):
Fail if any output columns already exist in the input CSV.
`--duplicate-columns=replace` (default):
Remove any input columns which have the same name as output columns
before geocoding.
`--duplicate-columns=append` (default):
Just add the output columns and don't worry about duplicates.
Users migrating from 0.1.x should specify `--duplicate-columns=append`
if they want to maintain backwards compatibility.
This version also ships with a more extensive set of integration tests,
which actually run `geocode-csv` as a CLI tool, and which use the real
SmartyStreets API.--duplicate-columns
1 parent be78e67 commit da53c1b
2 files changed
+41
-2
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
7 | 17 | | |
8 | 18 | | |
9 | 19 | | |
| |||
18 | 28 | | |
19 | 29 | | |
20 | 30 | | |
| 31 | + | |
| 32 | + | |
21 | 33 | | |
22 | 34 | | |
0 commit comments