I would like to parse JSON with the use of XPATH. I use tFileIputJSON and logRow. What I have to do so that "250" will be shown with tLogRow.
I don't know what I have to put inside 'Loop Xpath query' and 'Xpath query' ?
{"ORDER","250"} is not a json. Maybe you want to put {"ORDER":"250"}? If yes, you put just "/" in the 'Loop XPath query' and "ORDER" in 'XPath query'. Lin LIN Consultant BI/Talend Synaltic Group
Do you want to take "250" or "seba":"250"? If you want to take "250", you need to put "ORDER/seba" in "XPath query". Or "/Order" in "Loop XPath query" and "seba" in "XPath query". Lin LIN Consultant BI/Talend Synaltic Group
If you want to take {"seba":"250"}, maybe you should use JsonPath. You put "$" in "Loop Json query" and "ORDER" in Json query. Lin LIN Consultant BI/Talend Synaltic Group