Closed (outdated)
Project:
Feeds
Version:
7.x-2.0-beta1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Nov 2017 at 15:09 UTC
Updated:
9 Feb 2026 at 19:22 UTC
Jump to comment: Most recent
I am having an issue where by i get an additional blank entry if my csv contains additional empty rows at end of file, see below sample.
Have trawled issues and cannot see it, also cannot see any changes since beta1 that may have fixed.
col1,col2,col3
paul,smith,23
neil,diamond,100
,,
,,
,,
Comments
Comment #2
megachrizThis happens also in the latest version of Feeds.
The CSV parser only ignore lines that are completely blank, like this:
Patches are welcome.
Comment #3
bluegeek9 commentedDrupal 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!