How can I upload bulk data in Blog?

I have old blog data in form of xml How can I import that data on my new wix website from xml. so that I will have all of my old Blog post in my new web site.

Hi,

You can maybe try an online XML → JSON converter, and then just iterate over the JSON (which will probably be an array of blog items, depending on how you convert it).
You first need to create a collection, and then you can use the data API to add items to it programmatically.

Once you have the data as JSON, you may want to take a look at this article: