Hi

I am desperate to get help. I am using the attached csv to import nodes of type hospital. Did all the mapping of the csv file fields to node fields.

I am getting this nasty error when I try to import. Please help.

CommentFileSizeAuthor
feed error.png69.38 KBvgulla
small.txt361 bytesvgulla

Comments

rachelf’s picture

Are you working on a Mac? I couldn't import any nodes until I followed these instructions that I found on this docs page

When you import a CVS file but the content is not recognized (Message: 'There are no new items') and you work on a Mac or the CSV file is created on an apple computer, add the following line to your settings.php file:
ini_set('auto_detect_line_endings', 1);

vgulla’s picture

Actually, after lot of debugging found out that I had a redirect trigger to redirect to homepage after adding nodes of different content type. This redirect was the one causing that error. When I removed the redirect node-import worked just fine.

mry4n’s picture

Status: Active » Closed (works as designed)

Might as well close this if everything's fine.

-Mike

rupyjl’s picture

Thanks - this was my problem too. Sorted now.