I am trying to automate a database export system for an business card reader system. The data is scaed and stored in sqlite database by default. Every time i try pulling the data out of sqlite db, it gets a lot of uecessary XML data which is as good as garbage values. How can i remove XML data out of sqlite database?
