working on a bulk data upload for sage intacct that will read the contents of a ftp folder and retrieve all the files then upload them to intacct. To upload documents you have to convert the file contents binary data to base64 string and specify the file type.
I have all my data set up as needed. One issue I am coming across in on the action to push the data into intacct. Since each upload could contain multiple files, I am using a script to cycle through the value pairs and for each set create an attachment record. great
Issue is that cdata tags get automatically added. Intacct reads those tags as part of the file.
OK that worked for one spot but the changes is killing me on another spot. I need you to reverse that patch asap. it took down a few automations for me that i am manually handling the cdata tag.