I'm working with a Drupal 6 installation. Being in Drupal 6 and not 7 is just one of the decisions I have to deal with. Another is the way that the "story" content type conflated text content, image content, and audio content into a single content type. I'm trying to pull them apart into three separate content types now. I got Node Convert, but it looks like it destroys the original node in the conversion (and keeps dropping the field I set to "replace body," which is also strange), so if I convert the text portions to the new text type, I can't run it again for the image type, and again for the audio type. Any idea how I might be able to do this?