Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ Only YAML files containing hashes and string values are supported (that includes

Convert file.yaml into CSV format:

$ yaml2csv_conv file.yml
$ yaml2csv file.yml

Convert file.csv into YAML format (using ',' as field separator)

$ yaml2csv_conv -f"," -r file.csv
$ yaml2csv -f"," -r file.csv