0
votes

Good Day

I configured a Pipeline Copy Data job in Azure Data Factory to extract data from Jira with an API call using the rest API connector in Azure.

  1. When i configure and test the connection it is successful.

enter image description here

  1. Now when i try to preview the data in the Copy container i get the following error.

enter image description here

Does anyone know what this error means and how do i bypass it?

I believe i am not the first one trying to extract data from Jira via Rest API.

Thank you and Regards

Rayno

1

1 Answers

0
votes

Error occurred when deserializing source JSON file ".Check if the data is in valid JSON object format.Unexpected character encountered while parsing value:<.Path".....

I think the error already indicates the root cause.You data format is invalid JSON format,you could try to simulate rest api invoke to make sure if the situation exists.ADF can't help you handle the illegal deserialization.

In addition,according to the connector doc,ADF supports JIRA connector.Maybe you could try to have a try on that.