|
* First version of table support (FB<->CSV<->VB)
** A record can now split in several columns
** Each column are parted with different methods (fix length, length field, binary delimiter or CSV entry)
** Each column are assigned with a certain data type (binary, string, integer, float)
** Each data type supports different kinds of external representations (character set, endianness, BCD, ...)
** You must describe the table at read and you can use auto formatting at write
** You can remove and or reorder or add columns at write based on logical names
** You can handle more than one table per file by different row specifications
** This version of table support contains an unlimited amount of pre-/post processing steps
** No processors available yet, but with the next revision column encryption is planed
** This version of table support is prepared for tables in hierarchical formats (TLV (e.g. ASN-1), TVD (e.g. SWIFT), XML (e.g. SEPA))
*** Support of Tag-Value-Delimiter text files like swift is planed for the next revision
*** Support of XML files like SEPA are planed for the after next revision
** You can activate an end of table handling to write the tables of one source to different files |
|