importing information in bulk

Hi,

I would like to import Product data in bulk into Dolibarr 8.0.3. Every time I try to do that it comes up with an error message which says:

* Line 1
> Wrong value for field number 17 (value ‘Unit price (net)’ does not match regex rule ^[0|1]$)
> Wrong value for field number 18 (value ‘Unit price’ does not match regex rule ^[0|1]$)
> Wrong value for field number 19 (value ‘Tax Rate’ does not match regex rule ^[0|1]$)
> Wrong value for field number 21 (value ‘For purchase’ does not match regex rule ^[0-9][0-9][0-9][0-9]-[0-9][0-9]-[0-9][0-9]$)

I have used both excel and csv file but the result is the same.

I looked on the net for option with says as per one response in the forum, but could not find it.

I have attached a copy of the csv file wich has only one record for your perusal.

Thank you very much for your kind help.

Kind regards,

Nabil

Hi,
It looks like there are bad values in some columns.
Column 17,18,19 need a number, like price or tax, if you dont have it, put zero (0)
Column 21 is a flag, value 0 or 1, so if you put 1, that product is able to purchase, eather put 0.

Sorry my english, not my language.

Regards,
Eduardo.

Hi,

Could you attached a exemple file ?

You should read this thread and act on my post to help your import:
www.dolibarr.org/t/mass-import-export-8-0-3/17116/4

Hi. this file works in Dolibarr 5.x

Regards.