How to use the command line mode (Automation)

The instructions below allow to use the Transactions app in the commandline mode. Use it to automate conversions.

How to activate the command line mode

The command line mode is activated when you pass parameters to the Transactions app.

On windows, it would look like the following:

"path to properconvert.exe" "path to input file 1" "path to input file 2" /OPTIONS /OUTPUT="path to output file"

On mac OS, it would look like the following:

/Applications/ProperConvert.app/Contents/MacOS/ProperConvert "path to input file 1" "path to input file 2" /OPTIONS /OUTPUT="path to output file"

Command line mode options

Options are added with slash (/) character in front and optional value after the equals character (=):

/option=value

/OUTPUT

This option set the output file name. The value is required to activate this option. When this option is activated, the app does the conversion and closes without showing the user interface. The output file extension defines the file format (for .QBO, .IIF, .QIF, and so on). The output filename may include the full path to the file. All directories included in the path must be already created and accessible. When the path or filename includes a space, include the whole path in double quotes. For example, /OUTPUT="path to output file.QBO".

/OCR

This option turn on OCR (optical character recognition) when processing PDF files. No value is required.

/CSVTARGET

This option allows to set the CSV target for command line processing

For example, /CSVTarget="Quickbooks Online"

/MAPPING

This option sets the custom mapping for CSV input files. For example, /Mapping="Mapping1"

/ENDBALANCE

This options sets the ending balance for formats supporting it (QBO, QFX, OFX). For Example, /EndBalance=1000.23

Related articles