Topic: importing csv, nothing imported, but no error
I was testing the CSV importer, which can be found on the FA site under modules.
Name of the Module:
"Import CSV Item file"
After (what seems) succesfully adding the module, I createx a txt file with the following lines:
id; description; category; units; mb_flag; currency; price;
21; Item21; MyCat; each; B; ; 300;
22; Item22; MyCat; each; B; ; 200;
23; Item23; MyCat; each; B; ; 300;
24; Item24; MyCat; each; B; ; 200;
25; Item25; MyCat; each; B; ; 300;
26; Item26; MyCat; each; B; ; 200;
(I have also tried without the first index rule)
After "importing" the file i get the next message (in green):
"0 item posts created, 0 item posts updated and 0 sales kit components added"
I also found out that no mather what file i select, i always get that line in green.
The problem is it's not working, and nothing is imported.
Because I don't get any errors, what further can i check to get this going?