The OneStream Community is temporarily frozen until June 29th due to the ongoing maintenance. Please read the blog post here to learn more.

Forum Discussion

MorganBiscoe's avatar
MorganBiscoe
New Contributor II
4 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.