How to Parse Json in Talend using tExtractJsonField

大兔子大兔子 提交于 2020-02-05 13:55:15

问题


I am having below json which is not normal the first node is dynamic for example it will be incremented to two for next record, i don`t know from which number and where it will start any help.

{"1":
{
    "entity_id":"1"
    ,"website_id":"1"
    ,"email":"my@gmail.com"
    ,"group_id":"1"
    ,"created_at":"2014-05-14 16:19:22"
    ,"disable_auto_group_change":"0"
    ,"firstname":"umesh"
    ,"lastname":"rakhe"
    ,"created_in":"dwetl"
},"2":{
    "entity_id":"2"
    ,"website_id":"2"
    ,"email":"my2@gmail.com"
    ,"group_id":"1"
    ,"created_at":"2014-05-14 16:19:22"
    ,"disable_auto_group_change":"0"
    ,"firstname":"ram"
    ,"lastname":"rakhe"
    ,"created_in":"dwetl"
} }

来源:https://stackoverflow.com/questions/28546596/how-to-parse-json-in-talend-using-textractjsonfield

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!