A pandas csomagot használjuk a csv file értelmezésre. Az első sor a fejléc sor lesz. A használt mezőneveknél vigyázunk a foglalt szavakra (pl. name).
XML generálásnál összerakjuk a szerkezetet és join (összefűzessél) egyesítjük a sorokat.
<?xml version='1.0' encoding='utf-8'?>
<name="Sita">
<phone>3290349906</phone>
<country>India</country>
<date>2019-03-02 11:16:07</date>
<email>sita@example.com</email>
</name>
<name="Sam">
<phone>9059098968</phone>
<country>America</country>
<date>2019-06-01 10:06:07</date>
<email>sam@example.com</email>
</name>
<name="Sammy">
<phone>6750390948</phone>
<country>Africa</country>
<date>2019-04-05 16:30:07</date>
<email>sammy@example.com</email>
</name>
<name="Akaya">
<phone>6750390948</phone>
<country>Afganistan</country>
<date>2019-04-05 16:30:07</date>
<email>akaya@example.com</email>
</name>
<name="Linda">
<phone>6750390948</phone>
<country>Africa</country>
<date>2019-04-05 16:30:07</date>
<email>linda@example.com</email>
</name>
<name="ÖÜÓőúűáé">
<phone>6750390900</phone>
<country>Europa-Magyarország</country>
<date>2019-04-05 16:30:07</date>
<email>linda@example.com</email>
</name>
Megjegyzések
Megjegyzés küldése