veltman / csvgeocode

Node module for bulk geocoding addresses in a CSV.
164 stars 26 forks source link

Add example for concatenating fields #14

Closed ericsoco closed 7 years ago

ericsoco commented 7 years ago

My CSV file has all the info the geocoder needs spread across multiple fields ("Address", "City", "State").

Haven't used Mustache in a minute, so I forgot the syntax for concatenating. This PR adds an example of that.

ericsoco commented 7 years ago

wfm @veltman. Out of curiosity, why do you avoid "just"?

veltman commented 7 years ago

Admittedly very nitpicky, but I try to avoid language in docs that implies whether something should be easy for a user, I think it can be frustrating to be on the receiving end of that and get stuck on something you're supposed to "just" be able to do or that's described as "simple," especially for beginner coders.

Thanks for the PR!