Closed (works as designed)
Project:
Feeds
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Aug 2012 at 11:46 UTC
Updated:
6 Oct 2012 at 20:45 UTC
Jump to comment: Most recent file
Comments
Comment #1
OnkelTem commentedComment #2
twistor commentedSorry for the delay.
So this happens when the parser fails. With this patch, it would still fail, but it would fail silently. I'm opposed to this. When things fail, I want them to fail as loudly as possible. Otherwise, I will just get bug reports saying, "Import doesn't work." At least now, I know that it was the parser that failed.
If I am completely off here, let me know.
Comment #3
OnkelTem commentedNot a problem, we can simply consider some example (failing) csv file and decide how to process it correctly.