Is there a way to export nodes and the attachment file names in drupal 5 in to some sort of text file? I have to get the data out of drupal 5 and enter it in to drupal 7 and there really is no way to do it but by hand since I was using the audio module and in drupal 7 I am not using it.
Thanks for any help, I have about 5 years of data here and it is going to slow copying it in to a file then pasting it in to the new site.
Follow me on: Twitter: http://twitter.com/1rubytweets Facebook: http://www.facebook.com/profile.php?id=1058306793 Join me on: Yahoo: jruby6767 Msn: jruby@charter.net
Jim,
I had about 10,000 nodes of a variety of content types in D5 that I had to import to a D6 site with redefined content types. What I ended up doing was writing custom code in PHP to extract the data as TSV files, and then used node_import on the D6 side. It was still an involved and time consuming process but worked pretty well that way. Saved tons of time over manual data input for the kind of volume I had to deal with.
hth, Marty
At 12:51 PM 8/26/2011, Jim Ruby wrote:
Is there a way to export nodes and the attachment file names in drupal 5 in to some sort of text file? I have to get the data out of drupal 5 and enter it in to drupal 7 and there really is no way to do it but by hand since I was using the audio module and in drupal 7 I am not using it.
Thanks for any help, I have about 5 years of data here and it is going to slow copying it in to a file then pasting it in to the new site.
This is over my head. I can't write php that well and all I am after is title, body and file attachment link or file name.
Follow me on: Twitter: http://twitter.com/1rubytweets Facebook: http://www.facebook.com/profile.php?id=1058306793 Join me on: Yahoo: jruby6767 Msn: jruby@charter.net
-----Original Message----- From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Marty Landman Sent: Friday, August 26, 2011 12:10 PM To: support@drupal.org; support@drupal.org Subject: Re: [support] drupal 5 export nodes
Jim,
I had about 10,000 nodes of a variety of content types in D5 that I had to import to a D6 site with redefined content types. What I ended up doing was writing custom code in PHP to extract the data as TSV files, and then used node_import on the D6 side. It was still an involved and time consuming process but worked pretty well that way. Saved tons of time over manual data input for the kind of volume I had to deal with.
hth, Marty
At 12:51 PM 8/26/2011, Jim Ruby wrote:
Is there a way to export nodes and the attachment file names in drupal 5 in to some sort of text file? I have to get the data out of drupal 5 and enter it in to drupal 7 and there really is no way to do it but by hand since I was using the audio module and in drupal 7 I am not using it.
Thanks for any help, I have about 5 years of data here and it is going to slow copying it in to a file then pasting it in to the new site.
Can you write mysql queries and use phpmyadmin and a text editor? That might be all you need, and some time / patience.
At 08:34 PM 8/26/2011, Jim Ruby wrote:
This is over my head. I can't write php that well and all I am after is title, body and file attachment link or file name.
Follow me on: Twitter: http://twitter.com/1rubytweets Facebook: http://www.facebook.com/profile.php?id=1058306793 Join me on: Yahoo: jruby6767 Msn: jruby@charter.net
-----Original Message----- From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Marty Landman Sent: Friday, August 26, 2011 12:10 PM To: support@drupal.org; support@drupal.org Subject: Re: [support] drupal 5 export nodes
Jim,
I had about 10,000 nodes of a variety of content types in D5 that I had to import to a D6 site with redefined content types. What I ended up doing was writing custom code in PHP to extract the data as TSV files, and then used node_import on the D6 side. It was still an involved and time consuming process but worked pretty well that way. Saved tons of time over manual data input for the kind of volume I had to deal with.
hth, Marty
At 12:51 PM 8/26/2011, Jim Ruby wrote:
Is there a way to export nodes and the attachment file names in drupal 5 in to some sort of text file? I have to get the data out of drupal 5 and enter it in to drupal 7 and there really is no way to do it but by hand since I was using the audio module and in drupal 7 I am not using it.
Thanks for any help, I have about 5 years of data here and it is going to slow copying it in to a file then pasting it in to the new site.
-- [ Drupal support list | http://lists.drupal.org/ ]
-- [ Drupal support list | http://lists.drupal.org/ ]
I did not think of that. I'll go do that. Easy enough. Thanks.
Follow me on: Twitter: http://twitter.com/1rubytweets Facebook: http://www.facebook.com/profile.php?id=1058306793 Join me on: Yahoo: jruby6767 Msn: jruby@charter.net
-----Original Message----- From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Marty Landman Sent: Friday, August 26, 2011 8:26 PM To: support@drupal.org; support@drupal.org Subject: Re: [support] drupal 5 export nodes
Can you write mysql queries and use phpmyadmin and a text editor? That might be all you need, and some time / patience.
At 08:34 PM 8/26/2011, Jim Ruby wrote:
This is over my head. I can't write php that well and all I am after is title, body and file attachment link or file name.
Follow me on: Twitter: http://twitter.com/1rubytweets Facebook: http://www.facebook.com/profile.php?id=1058306793 Join me on: Yahoo: jruby6767 Msn: jruby@charter.net
-----Original Message----- From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Marty Landman Sent: Friday, August 26, 2011 12:10 PM To: support@drupal.org; support@drupal.org Subject: Re: [support] drupal 5 export nodes
Jim,
I had about 10,000 nodes of a variety of content types in D5 that I had to import to a D6 site with redefined content types. What I ended up doing was writing custom code in PHP to extract the data as TSV files, and then used node_import on the D6 side. It was still an involved and time consuming process but worked pretty well that way. Saved tons of time over manual data input for the kind of volume I had to deal with.
hth, Marty
At 12:51 PM 8/26/2011, Jim Ruby wrote:
Is there a way to export nodes and the attachment file names in drupal 5
in
to some sort of text file? I have to get the data out of drupal 5 and
enter
it in to drupal 7 and there really is no way to do it but by hand since I was using the audio module and in drupal 7 I am not using it.
Thanks for any help, I have about 5 years of data here and it is going to slow copying it in to a file then pasting it in to the new site.
-- [ Drupal support list | http://lists.drupal.org/ ]
-- [ Drupal support list | http://lists.drupal.org/ ]