scottiptel
MIS
As you will notice this is the FIRST time I've worked with xml. I've done some research but have not found the answer to my question. Please help with my issues..thanks in advance.
I have and xml file that looks like this:
<?xml version="1.0" encoding="utf-8" ?>
<!-- CDR descriptions v0.1 -->
<CDR>
<field no="1" name="start-time" fmt="string"/>
<field no="2" name="start-time" fmt="uint32"/>
<field no="3" name="call-duration" fmt="HH:MM:SS"/>
<field no="4" name="call-source" fmt="A.B.C.D"/>
<field no="5" name="call-source-q931sig-port" fmt="uint32"/>
<field no="6" name="call-dest" fmt="A.B.C.D"/>
<field no="7"/>
then I have my .csv file
How do I get the data from the csv file into this format/template (the csv file is HUGE) where it looks cool and I get a big old raise?
Thanks
I have and xml file that looks like this:
<?xml version="1.0" encoding="utf-8" ?>
<!-- CDR descriptions v0.1 -->
<CDR>
<field no="1" name="start-time" fmt="string"/>
<field no="2" name="start-time" fmt="uint32"/>
<field no="3" name="call-duration" fmt="HH:MM:SS"/>
<field no="4" name="call-source" fmt="A.B.C.D"/>
<field no="5" name="call-source-q931sig-port" fmt="uint32"/>
<field no="6" name="call-dest" fmt="A.B.C.D"/>
<field no="7"/>
then I have my .csv file
How do I get the data from the csv file into this format/template (the csv file is HUGE) where it looks cool and I get a big old raise?
Thanks