Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
LIBOFX(1)			  User Commands 		       LIBOFX(1)

NAME
     libofx - Dump content of OFX files as human-readable text

SYNOPSIS
     ofxdump [OPTION]... [FILE]...

DESCRIPTION
     ofxdump  prints  to  stdout, in human readable form, everything the library
     understands about a particular  file  or  response,  and  sends  errors  to
     stderr.  To know exactly what the library understands about of a particular
     ofx response file, just call ofxdump on that file.

     -h, --help
	    Print help and exit

     -V, --version
	    Print version and exit

     -f, --import-format=STRING
	    Force  the	file  format  of the file(s) specified (default=`AUTODE-
	    TECT')

     --list-import-formats
	    List available import file formats 'import-format' command

     --msg_parser
	    Output file parsing messages  (default=off)

     --msg_debug
	    Output messages meant for debugging (default=off)

     --msg_warning
	    Output warning messages about abnormal conditions and  unknown  con-
	    structs  (default=on)

     --msg_error
	    Output error messages  (default=on)

     --msg_info
	    Output  informational  messages  about  the  progress of the library
	    (default=on)

     --msg_status
	    Output status messages  (default=on)

libofx 0.10.8			  October 2022			       LIBOFX(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=ofxdump&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help