I have a requirement where in I have to parse the xml to get the desired fields, perform operations on the desired field and generate a csv using the data.
I looked at XmlLoader available in pig, however it seems to return the xml tags as well. What I am interested in is the data. Is there any way I can achieve this? I also need to generate a CSV using the data.
Any working samples would be of great help.