Closed (fixed)
Project:
Node import
Version:
6.x-1.0-rc3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Feb 2009 at 12:43 UTC
Updated:
11 Mar 2009 at 22:20 UTC
Jump to comment: Most recent file
Comments
Comment #1
Robrecht Jacques commentedIs the second character a éàö ... etc (a non-ascii character)?
Is your file encoded in UTF8?
Comment #2
wims commentedNo, its a csv file in ascII. No strange non-ascII characters in it.
Comment #3
EdwinVoskamp commentedThe same bug seems to affect newly generated passwords: they are only 1 character long.
Comment #4
EdwinVoskamp commentedIn case it's helpful, here's a dump file I generated from an input file with one record, all ASCII characters.
Record is imported fine, user created. Password is one character long.
Import file and dump are both attached.
Comment #5
jamiers commentedI would like to report that I am having an issue with Password Import. My CSV file has a password, but node_import only pulls in the first letter the password in the CSV file.
Comment #6
jamiers commentedComment #7
Robrecht Jacques commentedFixed in CVS. Will be included in -rc4 released later today.