Proprietary Formats
Any kind of proprietary format, ASCII or binary based, is supported. The fields comprising the structure can be of the following types:Â
- Integer types (int, bigint, byte, short, long)Â
- Float types (float, double)Â
- Raw data – bytearrayÂ
- BCD encoded (bcd; read from left or right)Â
- ASCII or EBCDICÂ
Field can have size specifications (static or dynamic) or be defined to be separated by a specific character. Field separators can be based on any character, HEX or ASCII. Additionally, UDRs can contain other UDRs as well as lists of primitive or composite types, recursively.Â