Difference between revisions of "XML Day"


(Created page with "{{me|2014}} Today is a XML day for me. I am trying to parse a CSV file to a meaningful XML file to produce represent it on SCOM architecture. I wrote a Python code for parsing...")
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{me|2014}}
+
<center>H. Kemal Ilter<br>September 26, 2014</center>
 +
 
 +
 
 
Today is a XML day for me. I am trying to parse a CSV file to a meaningful XML file to produce represent it on SCOM architecture. I wrote a Python code for parsing a basic SCOM CVS file to a fundamental SCOM XML file like that:
 
Today is a XML day for me. I am trying to parse a CSV file to a meaningful XML file to produce represent it on SCOM architecture. I wrote a Python code for parsing a basic SCOM CVS file to a fundamental SCOM XML file like that:
  
Line 10: Line 12:
 
and the output is scom.xml file:
 
and the output is scom.xml file:
 
<gisthub gist="ed6740b600dedf730542"/>
 
<gisthub gist="ed6740b600dedf730542"/>
 +
 +
[[Category: Blog]]
 +
[[Category: Research]]

Latest revision as of 10:42, 29 August 2019

H. Kemal Ilter
September 26, 2014


Today is a XML day for me. I am trying to parse a CSV file to a meaningful XML file to produce represent it on SCOM architecture. I wrote a Python code for parsing a basic SCOM CVS file to a fundamental SCOM XML file like that:

Python code:

scom.csv file:

and the output is scom.xml file: