I am struggling with tRest component while trying to retrieve the JSON data. I am sharing the screenshot of the Job I have created. ![image](https://lh6.googleusercontent.com/AMWIq4Hmy_UhbwcUr9oUZkZdjai_bvhn0XuRUTuvM71Wfw0sTY8LbT-UgztOdW8mDJV8O8ZQwNRdri0TGgS2BeKIAh9jb9Cpc_Jg3w4ogOsPtq-rm-iMrjpDCrj4UdM5iwUN-Q2m)
Following is the screenshot of my tExtractJSONField component which I am using in order to extract the “text” field from the input data: ![image](https://lh5.googleusercontent.com/aEep-6ZoR68UHhDk45KAfMpRdKsKxZZoaMaUFoL6PZ2eVgHXEOdZi2C5WJGERm5gjGHUidydKAlqFhWS0A1g1tOVbqYa0qUfl3hOvQt-PMRglFU9sf56Rmjjqt1JIQF7k6koA-ou)
But the with this is, I am not able to add all the attributes for mapping.
Please suggest me how to get this done.
Following is the sample of the input file I am using:
{
"posts":
[
{
"network": "twitter",
"post_id": "547835328170823680",
"text": "#tunisie .. #tunis",
"html": " ",
"permalink": " ",
"post_time": 1419449095,
"user_id": "159415522",
"user_name": " ",
"user_real_name": " ",
"user_profile_image_url": " ",
"hashtags": [ "tunisie", "tunis" ]
},
{
"network": "Facebook",
"post_id": "547835328170823680",
"text": "#tunisia .. #tunis",
"html": " ",
"permalink": " ",
"post_time": 1777449095,
"user_id": "159995522",
"user_name": " ",
"user_real_name": " ",
"user_profile_image_url": " ",
"hashtags": [ "tunisia", "tunis2" ]
}
]
}