Forum Discussion

MorganBiscoe's avatar
MorganBiscoe
New Contributor II
2 months ago

Europe SWIFT File

Hello,

I have a SWIFT Bank file from a client based in Europe that I need to import. I thought this would be similar to a BAI file and could use the OS BAI Parser solution to grab the necessary information, but the format isn't as similar as I thought. Is there any other tool for parsing out a SWIFT file or will this require some custom logic?

1 Reply

  • You will need to build out the parsing logic in a file based Connector if you want to do this in the OneStream application. Alternatively there are some .Net packages out there, paid & free,  which have SWIFT parsing logic. However to use these you would need to configure SIC (Smart Integration Connector) and parse the files on a remote server where these .Net packages can be installed using remote business rules returning the parse payload to the OneStream server for consumption.