What happened to /admin/content/types/import
in D7?
Can you still import a content type (not the actual data) in D7? In D6 you could at /admin/content/types/import. Has this feature just moved somewhere else?
I want to export some nodes from a D6 site to D7 (not the entire site) with drupal.org/project/node_export. However the content type does not exist on my new D7 site.
In general, what is the best way to upgrade some CCK data from a D6 site to D7 without doing a full upgrade (they are different sites).
Thanks.
While the ability to define new fields is in built in Drupal 7's admin UI, a number of D6 features still remain in the contrib 'CCK' project, including code to upgrade old fields from contrib modules to the D7 field structure. You'll need to grab the latest version of CCK and use its "content migrate" module, and also keep a close on these three in-progress issues. The field migration code for many D6 field types isn't completed, and before flipping the switch on a production site you'll want to make sure that the upgrade path works smoothly.
While the full D7 upgrade isn't what you're gunning for, those issues are the ones that will need to be resolved for D6 field structures (what you'd get from something like content_export and content_import) to be pulled into D7 successfully.
(By request, a restored link to the D6 to D7 upgrade flowchart -- the original version from the first post was redone by an actual designer for a D7 Upgrade podcast, and now looks less like a tangle of snakes!)