Hi there,
Im trying to import a CSV file into an existing EE database locally under MAMP Pro and although it seems to be doing the right thing im getting the following information
Checking:
Found new entry:
Category exists
Checking:
Checking:
Checking:
Checking:
Checking:
this checking line continues for about 465 entries.. so its working, but something is stopping it? any ideas?
im using the following
{exp:csvgrab url="adamburton/grab/gallery.csv"
delimiter=","
encloser="QUOTE"
skip="1"
weblog="12"
category_group="6"
title="1"
category_field="5"
use="2|3|6|4"
fields="gallery-image-caption|gallery-image-ref|gallery-image|gallery-image-location"
}
