Skip to content

v0.2.0-alpha.1: Optionally remove existing geocode columns

Compare
Choose a tag to compare
@emk emk released this 18 Nov 11:51
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.