.\" Autogenerated manpage .TH csv2po 1 "Translate Toolkit 1.9.0" "" "Translate Toolkit 1.9.0" .SH NAME csv2po \- convert Comma-Separated Value (.csv) files to Gettext PO localization files .SH SYNOPSIS .PP \fBcsv2po \fR[\fP--version\fR]\fP \fR[\fP-h\fR|\fP--help\fR]\fP \fR[\fP--manpage\fR]\fP \fR[\fP--progress \fIPROGRESS\fP\fR]\fP \fR[\fP--errorlevel \fIERRORLEVEL\fP\fR]\fP \fR[\fP-i\fR|\fP--input\fR]\fP \fIINPUT\fP \fR[\fP-x\fR|\fP--exclude \fIEXCLUDE\fP\fR]\fP \fR[\fP-o\fR|\fP--output\fR]\fP \fIOUTPUT\fP \fR[\fP-t\fR|\fP--template \fITEMPLATE\fP\fR]\fP \fR[\fP--charset \fICHARSET\fP\fR]\fP \fR[\fP--columnorder\fR]\fP \fR[\fP--duplicates \fIDUPLICATESTYLE\fP\fR]\fP\fP .SH DESCRIPTION See: http://translate.sourceforge.net/wiki/toolkit/csv2po for examples and usage instructions .SH OPTIONS .PP .TP --version show program's version number and exit .TP -h/--help show this help message and exit .TP --manpage output a manpage based on the help .TP --progress show progress as: dots, none, bar, names, verbose .TP --errorlevel show errorlevel as: none, message, exception, traceback .TP -i/--input read from INPUT in csv format .TP -x/--exclude exclude names matching EXCLUDE from input paths .TP -o/--output write to OUTPUT in po, pot formats .TP -t/--template read from TEMPLATE in pot, po, pot formats .TP --charset set charset to decode from csv files .TP --columnorder specify the order and position of columns (location,source,target) .TP --duplicates what to do with duplicate strings (identical source text): merge, msgctxt (default: 'msgctxt')