The ExtractProductDefinition process writes the metadata from the input file to an XML or JSON file.
Input
The source S-57 or S-57 exchange catalog.031 file.
Output
The product definition file in XML or JSON format.
Command Line Syntax
carisbatch --run ExtractProductDefinition [options] <input> <output>
Options
N/A
Example
Example | ||
Objective | You want to extract the metadata from a product to create a product definition file. | |
Description | Command Line Syntax | |
The input product is SampleProduct.000 and is located in D:\Products. | D:\Products\SampleProduct.000 | |
The definition file will be called productdefinition.xml and will be saved in D:\Data. | D:\Data\productdefinition.xml | |
Command Line | carisbatch -r ExtractProductDefinition D:\Products\SampleProduct.000 D:\Data\productdefinition.xml | |