Hi All ,

I have an XML file with same tag repeated multiple times as below , Please
suggest what would be best way to process this data inside spark as ...

How can i extract each open and closing tag and process them or how can i
combine multiple line into single line

<review>
</review>
<review>
</review>
...
..
..

Thanks,

Reply via email to