Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I am building a talend standard job to make a call to Rest api and extract the results. The response from the API is a JSON. I am unable to extract the fields using textractJson. Can someone please help.
Json format is as a follows:
{
"validatePostalCodeResponseData" : {
"PostalIdResponse" : [ {
"City" : "WASHINGTON",
"PostalCode" : "20011",
"Province" : "District Of Colombia",
"ProvinceCode" : "DC"
} ],
"ServiceStatus" : {
"ResponseStatus" : 0,
"ErrorCode" : null,
"ErrorDescription" : null
}
}
}|
The textractjson component settings are attached as image.
Thank you
Raj.
try the following
The bellow setting worked.
Thank you
Raj.