I have an existing Drupal site A, running Drupal 6 with some custom content types, views and content.
I want to update this to Drupal 7, but to get rid of some old stuff, I prefer to install a new site B.
I now want to migrate some content types, views and content from A (currently Drupal 6) to B (Drupal 7)
What is an recommended way to do that?
I thought about using the "features" modules, but that would then complain about some dependencies not being met in B since some modules now have different names ("content" from CCK, I think).