Skip to content

This is a sample app using python to parse an xml file and store in mongo db.

Notifications You must be signed in to change notification settings

ShabiniRajadas/python_xml_parsing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

python_xml_parsing

This is a sample app using python to parse an xml file and store in mongo db.

This is a trial app created for parsing xml data and storing it in mongo db.

I have used minidom for Xml processing and pymongo to connect to the mongodb.

Here a mongodb connection is established initially, then the xml data is parsed using minidom and the parsed data is stored in the mongodb using the insert command.

About

This is a sample app using python to parse an xml file and store in mongo db.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages