You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for submitting this! CsvFeaturePrinter should output an empty value if the feature does not have a specified tag, in order to maintain the column structure.
A fix is coming shortly.
The
gol query
command outputs invalid csv when the requested tags are not set on some OSM objetsFor instance :
gol query idf 'n[railway=subway_entrance]' -f=csv -t=name,ref,lat,lon > entrances.csv
outputs
The fist line has 5 columns while the other ones have 6, because the first OSM object does not have the wanted
ref
tag(tested with 0.1.8 version)
The text was updated successfully, but these errors were encountered: