Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
sudarshank
Contributor III
Contributor III

Error is Coming While Using TFileInputJson.

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

0695b00000YzxcRAAR.pngmy_json_data-

[

 {

  "_id": 16,

  "UID": "jdkfjfndfhdf022df"

 },

 {

  "_id": 11

 },

 {

  "_id": 24,

  "UID": "Da32744aacc9fdedd"

 },

 {

  "_id": 14,

  "UID": "khdnndhs52djehdfi"

 }

]

 

How I can handle this issue, please help

Labels (3)
1 Solution

Accepted Solutions
sudarshank
Contributor III
Contributor III
Author

It is working now, using below setting in tfileinputjson.

 

0695b00000YzyuCAAR.png

View solution in original post

2 Replies
sudarshank
Contributor III
Contributor III
Author

It is working now, using below setting in tfileinputjson.

 

0695b00000YzyuCAAR.png

Anonymous
Not applicable

Hello,

Great it is working now and thanks for sharing your solution with us on talend community.

Best regards

Sabrina