Skip to content

Commit 12a7f2d

Browse files
committed
v0.2.0-alpha.1: Optionally remove existing geocode columns
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.
1 parent ad6a506 commit 12a7f2d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "geocode-csv"
3-
version = "0.1.2"
3+
version = "0.2.0-alpha.1"
44
authors = ["Eric Kidd <git@randomhacks.net>"]
55
edition = "2018"
66

0 commit comments

Comments
 (0)