This command transforms data between a character-delimited variable format and an XML format.
Note: The above diagram is intended primarily as a reference for the command parameters. The command file or script provided for this command and listed in Configuring Loader package commands and scripts acts as a wrapper to the actual Java command and accepts the same parameters; therefore, it is recommended that you use the command file or script rather than invoke the Java command directly.
Parameter values
The following values are specified and separated by commas in a parameter file (parameter.txt):
- -input file
- Name of the file to be transformed
- -schema file
- Name of the XML schema file to be used in the transformation
- -output file
- Name for the output file in which the transformed data will be stored
- -transformation method
- Method to be used in adding the data to the output file. Specify Create if a new file is to be created; or specify Append if the output data is to be appended to an existing data file.
Text Transform command
Parameter values
The following values are specified and separated by commas in a parameter file (parameter.txt):
- -input file
- Name of the file to be transformed
- -schema file
- Name of the XML schema file to be used in the transformation
- -output file
- Name for the output file in which the transformed data will be stored
- -transformation method
- Method to be used in adding the data to the output file. Specify Create if a new file is to be created; or specify Append if the output data is to be appended to an existing data file.