Hi all,
I'm trying to upload data from MySQL database.
To do that I have made a batch file (windows script).
In a first step, I have made a CSV file (fullfilled from a query exceuted in MySQL) and I have no issue to upload data using the script.
==> No issue to connect to ANAPLAN
==> All records have been uploaded
In a second step, I have updated the script and used directly MySQL query to upload data.
==> No issue to connect to ANAPLAN and to MySQL Database
==> All records are found
==> But all columns of the query are concatenated into a single column
Have you already met this issue ? Can you help me ?
Many thanks.
Emmanuel.