Data Transformation Engine Type Designer Reference Guide

Chapter 14 - Type Tree Analyzer Type Tree Analyzer
The type Order consists of Row(s).
After analysis the following error occurs:
The error concerns the type File. File’s first component, Record(s) is a series.
The way the data is currently defined does not allow one Record to be
distinguishable from the next Record in the series.
There are a number of reasons why the records may not be distinguishable. To
see how you may define Record to solve the problem, you could look at the list of
things that make objects of a component distinguishable in
Chapter 13 - Distinguishable Objects.
A good way to figure out how to resolve an error is to look at the data. When you
look at the data, it is clear where a record ends. Ask yourself, "How can I tell the
difference between one record and the next?" The answer is "Because each record
ends with a carriage return/linefeed".
In this case, you forgot to define CR/LF as the terminator of Record.
Open the Properties window for Record and define the terminator for Record.
After you define the terminator for Record analyze the tree again and receive no
errors.