Config ImportData

Hi, I’m using dataimport library to import excel file.
Untitled1
I don’t know how to config ImportConfig for excel file like that. DataFiledName for product and quantity is always null.
Please help me.
Thanks!

Hello,

as you can see, you have 2 title rows, which is a problem. While I’m sure a code can be made to somehow interpret those 2 rows, or hardcode the columns and start the data import from row 3, I don’t think its worth.

Prepare the excel file for import by just making one row, and then import.
Either remove customer and items, or name columns as
customerFirstName , customerLastName, orderNumber …

Kind regards,
Mladen