import leads using xml

Hi all,

just wondering if it is possible to import leads using xml.
I will really appreciate it if anyone give me some ideas about this :slight_smile:

I too would also like to know if that is possible.

I would like to be able to import leads also

Hi,

If you know coding,Just make a custom script for importing xml file contents to leads module.

Here is the link for taking idea how one can import xml file into mysql database using php :-

https://stackoverflow.com/questions/25446653/import-xml-file-into-mysql-database-using-php

Just parse the xml file, convert to array, looping through array and import the array values to corresponding lead fields.

I hope it’s the good idea.Thank you.