Altova RaptorXML+XBRL Server 2024

The script command executes a Python 3.11.5 script that uses the RaptorXML Python API.

 

raptorxmlxbrl script [options] PythonScriptFile

 

The File argument is the path to the Python script you want to execute. Additional options are available for this command. To obtain a list of these options, run the following command:

 

raptorxmlxbrl script [-h | --help]

 

Examples  

 

raptorxmlxbrl script c:\MyPythonScript.py

raptorxmlxbrl script -h

raptorxmlxbrl script          # Without a script file, an interactive Python shell is started

raptorxmlxbrl script -m pip   # Loads and executes the pip module; see the Options section below

 

 

Options

Any options and arguments after the script command are forwarded directly to the Python interpreter. Please consult the Python documentation page https://docs.python.org/3.11/using/cmdline.html for a complete listing of available options.

 

© 2018-2024 Altova GmbH