SimpleExport Command Line Usage

From Simple Wiki

The command line interface is provided to allow automatic conversion of IDX and CSV files to PaperVision XML Datagroups. Most Settings can be configured via the command line. However, a saved configuration is necessary to configure the Field Names and Field Types Settings. Typically, all Settings are SET using a saved SEJ config file, making this is the only parameter needed.

If a parameter value includes spaces it must be surrounded by “quotes”.

Example: SimpleExport.exe /c:”c:\My Configs\sample.SEJ” /f:”c:\Images\Logs\2005-07-01.idx” /a:”c:\Images\Output”

To automatically process SimpleIndex batches with SimpleExport, you must first configure your log filenames to create unique files for each batch. Do this by selecting the Time constant as part of the log’s filename. Then configure the SimpleExport command line in the PostProc SETting, using the %IDXFILE% and %OUTPUTFOLDER% constants:

SimpleExport.exe /c:”c:\My Configs\sample.SEJ” /f:”%IDXFILE%” /a:”%OUTPUTFOLDER%”

All available options:

  • /m – Manual mode, disables unattended processing and just loads values (ex: /m)
  • /c – Configuration file (/c:”x:\Configs\sample.SEJ”)
  • /f – Input file (/f:x:\Logs\2005-07-01.idx)
  • /a – Alternate file folder (/a:”c:\Images\Output”)