Hello,
Currently, we have payment data that comes in from Wordpress via a .csv through Zapier. The problem is it comes into one column like this:
s:212:“a:6:{s:17:“bankaccountname”;s:8:“Checking”;s:19:“bankaccountnumber”;s:9:“111111111”;s:9:“bankname”;s:5:“BigBank”;s:19:“bankroutingnumber”;s:9:“000000000”;s:9:“bankiban”;s:0:”";s:14:“bankbicswift”;s:0:"";}";
We need to pull that data into 4 different columns - Account Name, Bank Name, Routing, Account Number.
Givens: This data is presented as a popup inside wordpress. The end goal is to automate payment requests. Currently, we would have to manually enter in these details inside our payment gateway to issue payment. With a bit of automation it would streamline the process.
Any help would be greatly appreciated!