cscfdx2xsd (Creating XML format definition files from binary format definition files)
Format
cscfdx2xsd fdx-file-path [xsd-file-path]
Function
Creates an XML format definition file from a binary format definition file.
This command is saved in the following location:
Cosminexus-installation-directory\CSCTE\bin
When executing the command, specify the path to move the file to this location.
Arguments
fdx-file-path
Specify the path of the binary format definition file for input.
You can specify only one file. If multiple files are selected specifying a wild card, an error will occur.
xsd-file-path
Specify the path of the XML format definition file for output.
If not specified, a path will be assumed with .xsd as the extension of the path specified in fdx-file-path.
Usage example
C:\> cscfdx2xsd CSVFormat.fdx
KECT91001-I The XML schema file was created successfully. (file = CSVFormat.xsd)
C:\>
C:\> cscfdx2xsd BinFormat.fdx XMLFormat.xsd
KECT91002-Q The specified XML schema file already exists. Do you want to overwrite it? [Y/N]:y
KECT91001-I The XML schema file was created successfully. (file = XMLFormat.xsd)
C:\>
Return value
There is no return value with this command. The message output in standard output.
Notes
An error will occur in the following cases: