Parsing very large xml file

I have a very large xml file around 1.9M lines of xml that I would like to do the following:

  1. Use two TAGs under the root of the file to create a timestamp that ALL events in step two will use.

  2. Create an events using the timestamp created in step one for all data between tag measInfo

    <?xml version="1.0" encoding="UTF-8"?> 2017-05-30 12:15:00+00:00 PM201705301232+000048NODE.xml "PLMN-Node-1" 0 146

I want to combine ReportStartDate and ReportStartTime to create a timestamp that all newly created events will use (Data between measInfo Tags)

Is this possilbe?

Thanks in advance.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.