I have a very large xml file around 1.9M lines of xml that I would like to do the following:
-
Use two TAGs under the root of the file to create a timestamp that ALL events in step two will use.
-
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.