KirkMcDonald / kirkmcdonald.github.io

Simple web-based calculator for the game Factorio.
Apache License 2.0
552 stars 146 forks source link

Space/tab separated export format #181

Open baryluk opened 4 years ago

baryluk commented 4 years ago

I know there is CSV format, but I really prefer myself even simpler format, which is both easier to process by programs and read by humans. Just space separate format. Alternatively use tabs. With first row being a comment (starting with #) to describe columns.

Alternatively markdown table style format (with automatically determined width of each column to be equal for each row), is also useful.

Makes processing with tools like python, awk, grep, sed, kolumny, etc, much easier. :dagger: