Versions Compared

Key

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

Otp
Floatingfalse

Rp
Div

Children Display

Hint_designer
PageDESIGNER:Flat File Adapter
TopicFlat File Adapter
Any types of flat files can be read and parsed into a class structure using the Flat File Adapter. The flat file structure has to be defined in a class diagram. Any record definitions, separators and even dependencies between different records can be defined there.
The size of one record within a flat file is limited to 4 MB. The size of the file itself is not limited. Be aware, that the Flat File Adapter will parse the file all in once and that it is better to process big files line by line to save resources of your Bridge service during execution. Do do this, use a combination of File System Adapter (to read one record) and Flat File Adapter (to parse one record).

...