As i was troubleshooting this issues, http://drupal.org/node/651478

I was importing after adding the additional code,

even after deleting my original nodes and clearing cache , I cannot import the same file.

Even changing the file name , it will still tell me this is not new content

Comments

alex_b’s picture

alex_b’s picture

Status: Active » Postponed (maintainer needs more info)
netentropy’s picture

I imported a large CSV file using the CSV parser

There were errors on the import due to float not being supported (http://drupal.org/node/651478)

I used the Importer link function to delete all items.

All items were deleted (so I could add the code discussed http://drupal.org/node/651478 to support float)

I again tried to import the same CSV file

It quickly ran and said "There is no new content"

I reneamed the CSV file and attempted again

It quickly ran and said "There is no new content"

netentropy’s picture

Problem solved, this was my fault. in troubleshooting previous problem i switched parser. I should have been more careful

alex_b’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

So this is closed then, right?