Closed (outdated)
Project:
Feeds
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 May 2010 at 20:36 UTC
Updated:
16 Jun 2016 at 22:15 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
alex_b commentedWhat parser are you using?
Comment #2
Funkymoses commentedCSV.
Comment #3
alex_b commentedCould you post a minimal CSV file that breaks the import?
Comment #4
saratt commentedI had the same problem too. I was trying to import a CSV file which had fields like "Post-award – Ongoing Grant Management" with an ndash (–) and it wouldn't import the entire field(it was just importing Post-award). I then changed the ndash to a normal dash and imported the file again and it worked. I was actually mapping this field to node title, if it makes any difference.
Thanks,
Sarat.
Comment #5
alex_b commentedOk. We should go after this. Just compiled two test files, one with ndash, other one with dash. Haven't used them yet. Can you confirm that ndash.txt breaks parsing and dash.txt does?
Comment #6
saratt commentedYes, ndash.txt breaks and dash.txt does not break. The first node in the attached image is the ndash title and the second is the dash title
FYI: The url for the node created with ndash.txt has the full title (/post-award-ongoing-grant-management).
Comment #7
alex_b commentedThank you for quick confirmation. I will take a closer look at this issue as soon as I can grab some time, should be before Monday.
Comment #8
alex_b commentedHa, I actually can't confirm that.
PHP 5.2.6, MySQL 5.0.77 - what are your versions?
Comment #9
saratt commentedPHP 5.1.6
MySQL 5.0.45
Comment #10
saratt commentedJust now noticed that the character ' ’ ' is not being parsed as well.
Comment #11
alex_b commentedst455: I don't have the bandwidth to investigate this issue further, I hope that others can jump in here and report from their PHP versions.
- Specifically, can anybody else with PHP 5.1.x confirm that #5 breaks?
- st455 - can you upgrade to 5.2.x ?
Comment #12
saratt commentedalex: Thank you for your time and help. I will try to upgrade and see if it breaks.
Comment #13
alex_b commentedGreat - thanks.
Comment #14
David Goode commentedComment #15
hejeva commentedAny suggestions on this issue. I have ran into also
I am seeing parsing not import any text after it encounters ’ and –
Comment #16
illeace commentedThe problem might be the character encoding of your CSV file. See this related issue: http://drupal.org/node/988620
Comment #17
twistor commented