overview / docs2csv

Scan a folder of document files of all types and extract the text into a CSV suitable for Overview
26 stars 6 forks source link

A few tweaks to make docs2csv play nice with stdout #3

Closed jsvine closed 9 years ago

jsvine commented 9 years ago

These changes allow a user to omit the outputfile parameter and instead have docs2csv pipe the CSV results to stdout. E.g.:

ruby docs2csv.rb -r -o directory-to-scan > output.csv

p.s., Big thanks, @jstray, for this handy library! :tada: