Separating the compliant data and the non-compliant data
In this first step, four components are used. They are
-
tFileInputDelimited (partsmaster): this component loads and outputs the source data to the component that follows.
-
tStandardizeRow: this component normalizes the incoming data and rejects the exception data that it cannot recognize.
-
tLogRow: this component is used two times to display respectively the exception data and the output XML data.
To replicate this step, proceed as the following sections illustrate.