codeforamerica / OpenTrails

OpenTrails (Open Trail System Specification) Converter & Validator
http://open-trails.herokuapp.com/
39 stars 9 forks source link

what does converter do if there are two columns with acceptable field names for the same column type? #107

Closed ryanbranciforte closed 10 years ago

migurski commented 10 years ago

Do you mean, for example, if there is both a “trail” and “trailname” column and it needs to decide which one to use?

The transformer functions all work in order, so for the name example it’ll use the first thing it finds when looking at name, trail, trailname, trail name, etc. in order.

ryanbranciforte commented 10 years ago

that clears it up, thnks @migurski