Hello @Ranjana SG ,
Thanks for the question and using MS Q&A platform.
As per my understanding you are receiving above error message while trying to copy data from Zoho using ADF Zoho connector. Please correct me if I'm not clear.
My experience with Zoho connector is minimal and also, I don't have a Zoho instance to test/reproduce your scenario. But by looking at the error message you have shared, looks like the issue with the JSON data returned from Zoho service.
To validate the JSON, I tried copying the JSON content from the error message to identify whether JSON format returned is a valid one. I used this third-party free tool to validate it - https://jsonformatter.org/
And noticed that code
column doesn't have any value and hence the parsing is failing with above error message, please see below for evidence.
If I add a value to code
column, then the validation goes fine without any issue, hence this hints me that the data coming from Zoho isn't well formatted or not all the data is returned. Please see below:
I suspect something to do with Zoho service. But I would also recommend you try other tools to verify if the data returned is same as the one you see from ADF or not. And if you notice this issue is only with ADF then I would recommend filing support ticket for deeper analysis of the Zoho connector as it is in Preview.