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

Robrecht Jacques’s picture

Component: Miscellaneous » Code
Category: task » bug
Status: Active » Fixed

Oops, forgot to implement parsing of dates.

Will be fixed in node_import-6.x-1.0-rc3.

rocky007’s picture

i have the same problem. is there a format that works?

mattheweigand’s picture

I also have this problem. There's 2,900 records waiting for me to import them with nice dates. When will rc3 be out ?

solutiondrop’s picture

I 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.

Robrecht Jacques’s picture

-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.

mattheweigand’s picture

so this is this a Date addon issue or a Node Import issue?

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.