Using the Transformation Command Edit View in the Text Transformation GUI tool

Using the Transformation Command Edit View, you can create a new command file, open an existing command file, or save changes to a command file. The default command file is named "Manifest.txt." You can change the default name, or save to a directory other than WC_install/bin by using File > Save As.

You can create a new command, remove a command, replace a command with edited information, or change the order of a command.

Note: The command file is automatically saved whenever the commands table is updated.

Creating a command

  1. Specify the source file, either a character-separated variable format file (with a .csv extension) or an XML format file (with a .xml extension).
  2. Specify the XML schema file to be used in the transformation.
  3. Specify the name of the output file to be created or modified during the transformation process (that is, where the new data will be stored), either an XML format file (with a .xml extension) or a character-separated variable format file (with a .csv extension).
  4. Specify a command mode.

    Select Create if the output file is to be created or Append if the output data is to be appended to an existing data file.

  5. Click the Add row icon.

Removing a command

  1. Select a command.
  2. Click the Remove row icon.

Editing or replacing a command

  1. Click the Edit command icon. The row data is filled in for the appropriate input fields.
  2. Change the text in the appropriate input fields.
  3. Click the Replace row icon to update the row.

Moving a command one row up

  1. Select a command.
  2. Click the Move row up icon.

    Note: This changes the transformation-process sequence.

Moving a command one row down

  1. Select a command.
  2. Click the Move row down icon.

    Note: This changes the transformation-process sequence.

Clearing a command

  1. Select a command.
  2. Click the Clear input fields icon.

    This clears the text in the source-file, schema-file, and output-file fields.

Feedback