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
Comment #1
alex_b commentedMore context? More specific? http://drupal.org/node/add/project-issue/feeds
Comment #2
alex_b commentedComment #3
netentropy commentedI 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"
Comment #4
netentropy commentedProblem solved, this was my fault. in troubleshooting previous problem i switched parser. I should have been more careful
Comment #5
alex_b commentedSo this is closed then, right?