1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.2.
.TH CSB2FORMAT "1" "October 2022" "csb2format 0.9.1" "User Commands"
.SH NAME
csb2format \- Spanish banks’ CSB norm 43 converter to OFX, Homebank, json, yaml,
xls, xlsx, ods, csv, tsv
.SH DESCRIPTION
usage: csb2format [\-h] [\-s] [\-df] [\-d DECIMAL] [\-e ENCODING] [\-\-use\-float]
.IP
[\-V] [\-f {homebank,json,ofx,ofx1,yaml}] [\-v]
csbFile convertedFile
.PP
Convert a CSB43 file to another format
.SS "options:"
.TP
\fB\-h\fR, \fB\-\-help\fR
show this help message and exit
.TP
\fB\-v\fR, \fB\-\-version\fR
show program's version number and exit
.SS "csb43 arguments:"
.TP
csbFile
a csb43 file ('\-' for stdin)
.TP
\fB\-s\fR, \fB\-\-strict\fR
strict mode (default: False)
.TP
\fB\-df\fR, \fB\-\-dayfirst\fR
use DDMMYY as date format while parsing the csb43 file
instead of YYMMDD (default: True)
.TP
\fB\-d\fR DECIMAL, \fB\-\-decimal\fR DECIMAL
set the number of decimal places for the currency type
(default: 2)
.TP
\fB\-e\fR ENCODING, \fB\-\-encoding\fR ENCODING
set the input encoding ('cp850' for standard AEB file,
default: 'latin1')
.TP
\fB\-\-use\-float\fR
export monetary amounts using binary floating point
numbers as a fallback (default: False)
.TP
\fB\-V\fR, \fB\-\-verbose\fR
show csb43 warnings
.SS "output arguments:"
.TP
convertedFile
destination file ('\-' for stdout)
.TP
\fB\-f\fR {homebank,json,ofx,ofx1,yaml}, \fB\-\-format\fR {homebank,json,ofx,ofx1,yaml}
Format of the output file (default: ofx)
.SH "SEE ALSO"
The full documentation for
.B csb2format
is maintained as a Texinfo manual. If the
.B info
and
.B csb2format
programs are properly installed at your site, the command
.IP
.B info csb2format
.PP
should give you access to the complete manual.
|