Renee, thank you so much for reaching out.
We initially were manually uploading the data using a spreadsheet.
When we setup the connector it is the connector that is formatting the data as json.
Some additional comments:
We are selecting 95 columns out of the database. The upload fails when the connector is configured with a select that results in more than one column. If I just setup the connector to select one column the upload works fine.
To see if it was an issue with our data I took the data from the database and python's jsonify converted it to json and uploaded it manually and it loaded just fine.
We setup another Generic Database Connector to another MS SQL database and it works fine.
I expect the problem is the way that the connector is formatting the data into json something in our data is causing invalid json syntax.
#Datalink