mirgo26 / xml2csv-conv

Automatically exported from code.google.com/p/xml2csv-conv
0 stars 0 forks source link

Ability to output to System.out instead of to a file #3

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
If no output file is given, the CSV output should go to System.out (so that we 
can pipe it to somewhere else).

Also, error messages should not go to System.out, but to System.err (so that 
this piping works properly).

Original issue reported on code.google.com by thilopl...@googlemail.com on 15 Apr 2011 at 6:30

GoogleCodeExporter commented 9 years ago
on Linux, I use /dev/stdin and /dev/stdout as files and it work like a charm.

Original comment by benji.ta...@googlemail.com on 30 Jul 2012 at 10:21