Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello, I am trying to pull json values from airtable table with a REST connection. Connection works in Postman and I am able to see json data. But I keep getting this error on Pipeline Designer. Please help.
Thank you,
Cansu
Hello @Cansu Mericli
For JSON: you must respect a specific format for your JSON values and be consistent: sequence of records, one after another, separated, or not, by a line feed. Each record does not have to be on a single line. At the end, the data in the text area is not a typical JSON document with square brackets.
Example:
{
"Id": 3146717,
"PosTime": 1525097499899,
"Latitude": 48.8585,
"Longitude": 2.4921,
"Operator": "Air France"
}
{
"Id": 3757865,
"PosTime": 1525097474634,
"Latitude": 48.5018,
"Longitude": 2.2246,
"Operator": "Lufthansa"
}
As per the error, please also check the parameter that is missing from your dataset.
Refer to the below for more information
https://help.talend.com/r/en-US/Cloud/data-preparation-user-guide/creating-test-dataset
Hi @Cansu Mericli
Did you happen to fix your issue ? I'd be curious, meeting the exact same situation.
Tx
Hi @Nicolas Clavier, unfortunately couldn't find a solution for the pipeline designer. Apparently, it requires very specific structure for JSON. Instead, I run python script in Data Studio to fetch the data.
You still can't find the solution? But I think the error message suggests that certain properties related to the dataset configuration are missing, such as authentication, base, connection timeout, read timeout etc resource. I