wp to drupal notes

node
nid - node id
vid - version id
uid - user id (1 = Administrator, 2 = jim)
type - node type ('page', 'blog')
title - title text
uid - user id (1 = Administrator, 2 = jim)
created - timestamp of creation
changed - timestamp of change
comment - (0 = no, 2 = enabled)
promote - (0 = no, 1 = promote to front page)
moderate - (0 = no)
sticky - (0 = no)

node_revisions
nid - node id
vid - version id
uid - user id (1 = Administrator, 2 = jim)
title - title text
body - body text
teaser - substring of body
log - text of log entry
timestamp - mod date
format - (1 = page, 3 = blog)