Configuring the metadata for data deletes

The Edge component must be configured with a Metadata definition.

The prerequisite for this task is that an Edge component must exist in the graph.

To configure the Metadata definition for the data delete Edge:

  1. Right-click on the Edge and select New metadata > Extract from flat file. The Flat File dialog is displayed.
  2. In the Flat File dialog, click the Browse button, which brings up the URL Dialog.
  3. For the File URL property:
    1. Click inside its Value field, which displays a ... browse button.
    2. Click the browse button.
    3. Click the Workspace view tab and then double-click the data-in folder.
    4. Select the data delete input file and click OK.
  4. In the Flat File dialog, make sure that the Record type field is set to Delimited and then click Next.
  5. In the middle pane of the Metadata Editor:
    1. Check the Extract names box.
    2. Click Reparse.
    3. Click Yes in the Warning message.
  6. In the upper pane of the Metadata Editor:
    1. Click the Record:recordName1 Name field and change the recordName1 default value to a name such as DeleteRecs.
    2. Make sure that the Type field of all properties is set to type string. For example if the specKey property is set to integer, change it to string.
    3. Verify that all properties have the correct delimiter character set (which is the pipe character in our example). At this point, the pane should look like this example:

    4. When you have input all your changes, click Finish.
  7. Save the graph.

The Metadata definition for the Edge component is now set.