I have an existing xml where i want to create records starting at the N level with N >2, it appears the XMLRecordReader is not able to bring that level into the record oriented data to process. It is reliant on it starting at level 2. Is that correct? If so would it be a good enhancement to expose an attribute to the XMLReader where we can specify the root and allow the reader to start there.
Full disclosure, i've tried SplitXML to try and achieve getting my records into the 2nd level but that causes an OOM.
I've started testing an enhancement to define the root element of of the xml to the XMLRecordReader where it would inform the reader where to start processing. But i wanted to see if this was the right approach, i will gladly help and create the jira and the work if this approach is correct.