Nop 4.1 Import products from Xml to Database

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
5 năm cách đây
Hello guys.
I have 1 big file with products in XML and I want to import them, but I don't know from where to start and what to use in Asp.net core 2.1 is there any guidelines which could help me.

Thanks you in advance. Best Regards!
5 năm cách đây
NopCommerce 4.1 supports Excel import.

There are many ways to convert XML to Excel.

You could surely do it with the msoffice

You can even do it online:

[url]
http://xmlgrid.net/xmlToExcel.html
[/url]

Hope you will understand..!!
5 năm cách đây
nasko91 wrote:
Hello guys.
... big file with products in XML and I want to import ...

Thanks you in advance. Best Regards!


Hi.
It depends on your needs and structure of big XML:)  just try to parse your XML with LINQ and update DB.
Best Regards.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.