Hi,

I am trying to import codes that I have generated into the system to use. I am wanting the same codes to be used here and in Ubercart Product Code feature so that a user buys a product and then is sent a code which can be used to register on a different site. For this to work, I am generating codes in one place and then uploading into both places. But it appears the import feature in this module is not working. It isn't parsing my data properly and is doing so in a seemingly random order.

Any thoughts?

Comments

gwink’s picture

A few more things about this. When I create a file with several lines like this:
" "," ","Interactions","u324m206r787l464"," "," "," "
It only reads the first line. I have nothing at top defining the rows and I set the field order to

IGNORE, IGNORE, category, code, IGNORE, IGNORE, IGNORE

I have a thousand to import and really don't want to do one by one.

It looks like it might be trying to import the same line over and over again.

aidanlis’s picture

Status: Active » Fixed
StatusFileSize
new0 bytes

Works fine here, with this sample input:

" "," ","Interactions","u324m206r787l464"," "," "," "
" "," ","Interactions","sdfsdf9jassd"," "," "," "
" "," ","Interactions","f2f42fadasss"," "," "," "

This field order:

IGNORE, IGNORE, category, code, IGNORE, IGNORE, IGNORE

See attached screenshot ...

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.