Needs work
Project:
Node import
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
9 Jul 2009 at 00:02 UTC
Updated:
21 Jul 2009 at 14:51 UTC
Jump to comment: Most recent file
Comments
Comment #1
legendaryintern commentedHas anyone had any luck with importing nodes with a field for the updated date (the 'change' field in the node table) in the 6.x version?
Comment #2
enzipher commentedHi,
I need this feature as well. I have modified the node.inc to include the 'last updated' field, but I must have missed something because what gets inserted is the date/time of import and not the value in the CSV file. Perhaps it's not even in node.inc the problem is?
I have checked the node array and it seems to have the value of the CSV file as timestamp for the 'changed' key.
If someone please could take a look and see what I have missed that would be great.
In the attached node.txt (node.inc) I have marked my changes with
// begin hackand// end hack.Thanks!
Comment #3
enzipher commentedCorrection of issue details.