OIM
--csv-output = FILE Writes the XBRL data in OIM xBRL-CSV format to file. You can generate only one output. The File value must be a path to a .json file. This JSON file will be the main output file that will contain the metadata description for the CSV tables.
|
--csv-table = VALUE Specifies an optional CSV table that should be generated in xBRL-CSV output. Add this option multiple times to specify more than one CSV table. If nothing is specified, then all tables will be written.
|
--ignore-taxonomy = VALUE Specifies a taxonomy that should not be referenced by a schema reference in the generated xBRL-XML report. Add this option multiple times to specify more than one taxonomy.
|
--json-output = FILE Writes the XBRL data in OIM xBRL-JSON format to file. The File value must be a path to a .json file.
|
--oim-xbrl-namespace = NAMESPACE The default namespace used by RaptorXML+XBRL Server is https://xbrl.org/2021, which corresponds to the Open Information Model (OIM) 1.0 Recommendation of 13 October 2021. However, if you are processing OIM documents that were written to conform to a previous draft specification, then you must specify the corresponding OIM namespace to avoid errors. You can use the --oim-xbrl-namespace option to specify that namespace. If you do not know the specification that is used in the OIM document, then use the value ##detect to auto-detect the document's specification and apply the appropriate namespace. Note that, even if a previous specification is referenced in the OIM doc, processing is still performed according to the OIM 1.0 Recommendation.
|
--use-existing-csv-metadata = true|false Specifies whether to use the existing CSV metadata file. The default value is false. Note: Boolean option values are set to true if the option is specified without a value.
|
--validate = true|false Specifies whether to perform an XBRL validation of the data model. The default value is false. Note: Boolean option values are set to true if the option is specified without a value.
|
--xml-output = FILE Writes the XBRL data in OIM xBRL-XML format to file. The File value must be a path to a .xml file.
|