I was wondering if in the 6.x version of Node Import, there is a Node Last Updated field included in the Node Import module? I was able to find the Authored On date field when importing nodes, but could not find a similar field for Node Last Updated date.

Any help would be very appreciated. Thanks!

CommentFileSizeAuthor
#2 node.txt8.42 KBenzipher

Comments

legendaryintern’s picture

Has 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?

enzipher’s picture

StatusFileSize
new8.42 KB

Hi,

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 hack and // end hack.

Thanks!

enzipher’s picture

Version: 6.x-1.0-rc4 » 6.x-1.x-dev
Status: Active » Needs work

Correction of issue details.