Skip to content

Commit

Permalink
v0.2.0-alpha.1: Optionally remove existing geocode columns
Browse files Browse the repository at this point in the history
If the geocoder would introduce columns that already exist in the file,
we do one of two things:

1. By default, we exit with an error.
2. If the user passes `--replace`, we strip any column with the same
   name as a geocoding output column, and add the output columns
   normally.
  • Loading branch information
emk committed Nov 18, 2019
1 parent ad6a506 commit 12a7f2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "geocode-csv"
version = "0.1.2"
version = "0.2.0-alpha.1"
authors = ["Eric Kidd <[email protected]>"]
edition = "2018"

Expand Down

0 comments on commit 12a7f2d

Please sign in to comment.