This happens every time on random feeds . I checked the praser everything is fine its the feeds part that fails to import the rest of the items .

I checked older issues it already has been reported long ago but I still see this issue as unsolved.

Comments

memoday’s picture

Do you import from CSV files? This is what I found out:

If you have GUID set in your importer and you do not have a corresponding row numbers in your CSV file, then the importer will simply import the first item on file and ignore all other rows because there is no column with numbers next to each row. You either remove the GUID from your importer or insert numbers for every single rows in the CSV. This fixed my problem. I hope this helps.

So, if you have this in your file:

Denver/soccer/Adam

You should make it

1/Denver/Soccer/Adam
2/Denver/Soccer/Hans
3
4
etc

Or simply remove the GUID from your importer. Please check the mapping settings and do some trials and see it is resolved.

twistor’s picture

If this issue has been reported before, then you should post on that issue, not create a new one.

Unless it has been marked fixed, then please provide a link.

twistor’s picture

Issue summary: View changes

grammar fixed

bluegeek9’s picture

Issue summary: View changes
Status: Active » Closed (outdated)

Drupal 7 reached end of life and the D7 version of Feeds is no longer being developed. To keep the issue queue focused on supported versions, we’re closing older D7 issues.

If you still have questions about using Feeds on Drupal 7, feel free to ask. While we won’t fix D7 bugs anymore, we’re happy to offer guidance to help you move forward. You can do so by opening (or reopening) a D7 issue, or by reaching out in the #feeds channel on Drupal Slack.

If this issue is still relevant for Drupal 10+, please open a follow-up issue or merge request with proposed changes. Contributions are always welcome!

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.