Skip to content

Prowide Integrator MyFormat - Overview

The MyFormat module facilitates the conversion between SWIFT and proprietary data in any of these formats:

Proprietary formats

  • XML -> Custom XML structures
  • JSON -> Custom Json structures
  • CSV -> Custom CSV files with one or many messages
  • Fixed-Length -> Custom fixed-length files with any record structure

SWIFT standards

  • FIN -> Any message type in the SWIFT MT standard (ISO 15022)
  • MX -> Any message type in the SWIFT MX standard (ISO 20022)

Any combination of formats is supported; as well as any message flow, inbound or outbound.

Our library helps define detailed field to field mappings easily. The mappings are then embedded and deployed in your application to perform the translation on the fly.

The translation process loads the source message and generates the target message dynamically, by applying your mapping rules. Since the module is packaged as a Java library, a simple API call to the library is enough to generate the output. Unlike other tools, in MyFormat there is no need to generate and compile code or to use any proprietary mapping UI.

Javadoc

Online javadoc

Prowide Integrator MyFormat Javadoc SRU2023-10.x.x