Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
By using TFileInputjson, the data in the json file is being read, But if the UID field is missing then the data is wrongly updated.
In below json data UID field is missing for _id- 11.
Job result below
my_json_data-
[
{
"_id": 16,
"UID": "jdkfjfndfhdf022df"
},
{
"_id": 11
},
{
"_id": 24,
"UID": "Da32744aacc9fdedd"
},
{
"_id": 14,
"UID": "khdnndhs52djehdfi"
}
]
How I can handle this issue, please help
It is working now, using below setting in tfileinputjson.
Hello,
Great it is working now and thanks for sharing your solution with us on talend community.
Best regards
Sabrina