mbloch / mapshaper

Tools for editing Shapefile, GeoJSON, TopoJSON and CSV files
http://mapshaper.org
Other
3.74k stars 532 forks source link

stdin input via pipe stopped working #583

Closed pavel-411 closed 1 year ago

pavel-411 commented 1 year ago

with version 0.6.16 stopped working input via stdin when using via pipeline, e.g.: cat inputfile.csv | mapshaper -i - -o outputfile.tsv format=tsv script above runs correctly on version 0.6.15, with newer version shows error "no data is available" running on Debian 10, using "-i /dev/stdin" instead of "-i -" doesn't help

mbloch commented 1 year ago

Thanks for reporting this! It should be fixed in v0.6.28

pavel-411 commented 1 year ago

thanks a lot, it works now