Previous: rec2csv Conversion, Up: rec2csv


27.3 rec2csv Examples

Generate a csv file out of a rec file:

     $ rec2csv foo.rec > foo.csv

Same operation, but using the program as a filter and specifying a concrete type:

     $ cat inventory.rec | rec2csv -t Item > items.csv