Developer
| SWIFT Fields |
|
|
|
This library provides classes to parse and model every possible field and letter option of a SWIFT MT message.The constructor accepts the field string literal and parses its content into a list of String with a simple and generic API of getComponent1() ... getComponentN(). If the component represents a date or number, additional API is provided to get the component parsed into a Calendar and Number with methods like getComponent1AsCalendar() and getComponent3AsNumber().
Field32A f = new Field32A("090801USD1234,56");
The library is self-contained and ready to integrate and use in several ways. But is designed to perfectly fit and complement "WIFE" open source SWIFT parser and model. Using the potential of both libraries you can parse and process any SWIFT message with ease and incredible simplicity.
Full parsing example: String fin = "{1:F01BANKDEFMAXXX2039063581}"+
|
SWIFT Fields component


