Closed (fixed)
Project:
Node import
Version:
6.x-1.0-rc2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Dec 2008 at 21:27 UTC
Updated:
12 Jan 2009 at 04:30 UTC
Receive "Input error: ... is not allowed for Authored on (not a date)." when attempting to import a file. Have tried multiple date formats but receive the same message. Additional information below. Please advise. Thank you.
Drupal release: 6.6
Node Import release: 6.x-1.0-rc2
News content type
File type: CSV
Field: Authored on
Hosting: godaddy.com, shared
PHP version: 5.x
MySQL version: 5.0
Comments
Comment #1
Robrecht Jacques commentedOops, forgot to implement parsing of dates.
Will be fixed in node_import-6.x-1.0-rc3.
Comment #2
rocky007 commentedi have the same problem. is there a format that works?
Comment #3
mattheweigand commentedI also have this problem. There's 2,900 records waiting for me to import them with nice dates. When will rc3 be out ?
Comment #4
solutiondrop commentedI just updated to the dev version and it works perfectly. Be sure to install the Date API module as stated in the cvs message from Dec 16th give more information:
#347423 by robrechtj : implemented node_import_check_date(). You will need
to install "Date API" module from http://drupal.org/project/date to parse
dates. Thanks drewmcginty.
Comment #5
Robrecht Jacques commented-rc3 will be released Sunday and will indeed include the Date format issue. I'll try to add some more things (simple CCK fields), but I'm away from how right now.
Comment #6
mattheweigand commentedso this is this a Date addon issue or a Node Import issue?