Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space WBRIDGE and version 7.7.0
Div
Classe2e-refDiv
Rp

Other Common Flat File Issues:

Children Display
pageSome Common Flat File Issues

For a flat file that contains a header row, you can easily filter out the header row while processing the file.

Multiexcerpt include
SpaceWithExcerptINTERNAL
MultiExcerptNamespreadsheet
PageWithExcerptINTERNAL:_examples_BRIDGE

The definition in the activity diagram remains the same. In the class diagram define a second <<FlatFileRecord>> class for the header records and assign it to the <<FlatFile>> class.

Noteinfo
iconfalse

It is not possible to use header record information to define dynamically attribute names of the following data records.

...

Figure: Flat File With Header Record

Image RemovedImage Added

In this example, a semicolon (;) separates the record fields. Due to the fact that there are multiple <<FlatFileRecord>> classes on the same level, the tagged value evaluationOrder manifests the order in which the records occur in the file.

...