Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I'm trying to extract the fields "name", "type", "value" and "showvalues" from the json code below:
"categories": [{
"id": "ident1",
"properties": {
"SP:name": {
"name": "Name",
"type": "String",
"value": "value1",
"showvalues": "showvalue1"
}
}]
by using the component tExtractJSONFields. My basic component settings look as follows:
When I run the job, I get the error message "Unbound prefix: SP". It works when deleting the "SP:" in the JSON file, but tha is not a permanent solution.
Any ideas how to solve this? Thanks in advance!
Hi Shong,
thanks for your answer, it worked perfectly.
Regards
weeze