Menu

Option_c_Example

Larry Jordan

Option -c <char>

Use char as delimiter in the csv file instead of a comma.

Input data.csv

2011-06-14; "Sweep floor"; 30
2011-06-15; "Count beans"; 60
2011-07-10; "Pickup chips"; 45

This csv file uses semicolons to separate the data.

Template template.odt

Date Task Minutes
2000-01-01 Dummy 0

Output output.odt

Date Task Minutes
2011-06-14 Sweep floor 30
2011-06-15 Count beans 60
2011-07-10 Pickup chips 45

Command

csv2odf -c ";" data.csv template.odt output.odt

Related

Wiki: Program_Options_by_Example

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.