The ExportChartProperties process exports the properties of a paper chart to a JSON or XML file.
Input
HPD URI containing a Chart Version ID, or the path of a standalone chart.
Output
Path to the XML or JSON file.
Command Line Syntax
carisbatch --run ExportChartProperties <input> <output>
Options
N/A
Example
Example | ||
Objective | Export chart properties from database chart 123 to the | |
Description | Command Line Syntax | |
URI of the database chart | hpd://username:password@ | |
Exported chart properties file | C:\exports\chart_properties.json | |
Command Line | carisbatch --run ExportChartProperties hpd://username:password@ | |
Result | Chart properties for chart 123 are exported to the | |