Hi all,
I have been playing with the SYNCH API for a while with excellent results. I found this capability very useful for creating and updating records. So far so good.
My next challenge is to fill a table which one of its fields can hold a text coming from a legacy system. The problem I'm facing is that those texts include "," (commas) since they are descriptions and side information related to every record.
I would like to keep the original format, otherwise it can be difficult to understand and read, however, when I try to use the synch API to move the data, I just crash with the CSV definition. I have not found a way to scape the commas in the string that is passed to the synch API, so it cannot process the request for those records.
Has anybody faced the same situation? any hint? workarounds?... any help is welcome 🙂