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

powysm created an issue. See original summary.

megachriz’s picture

Issue tags: -CSV import

This happens also in the latest version of Feeds.

The CSV parser only ignore lines that are completely blank, like this:

col1,col2,col3
paul,smith,23



neil,diamond,100

Patches are welcome.

bluegeek9’s picture

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.