Hi, I am trying to process simple MongoDB document. It is in this format {"Demographics":[{"Name":"Sam"}], Id:5}. Using MongoDB Input and JSON Input I am able to fetch column ID. but for Name column I tried all possible Xpath (Demographics/Name, Name, Demographics:Name} in Json input Fields Tab but none of them seem to fetch Name column which is a child element of Demographics. Can somebody please confirm what should be Xpath to get the child node?
↧