Jump to content

Recommended Posts

Posted (edited)

I realise the converter works with full forums and CMS's like Wordpress, but I was wondering if anyone has used it or has a suggestion (RSS import, manual copy/paste or MySQL table import, manual front-end recreation) for an old-school situation where a website has a simple news article MySQL table and HTML articles were inserted/pasted directly via phpMyAdmin, pulled from a mysql table into the pages of the front end website, used in RSS feeds etc.

This is the actual InnoDB table used for news articles, it has about 450 rows:

404094635_Newsarticletable.thumb.png.b5153b0dd8c0cbdd231bccb9cd3dd968.png

Many thanks.

Edited by The Old Man
Posted

What you're looking for is an ETL (extract-transform-load) tool. You can either create a custom one in php with the IPS converters as a starting point, or do the work in a third party tool that does ETL. You're wanting to extract the data out of your custom table, transform it into the format that IPS expects, and then write to the IPS database.

Please do this in a testing or development environment and make backups of your backups before backing up your backup before proceeding 🙂

Posted (edited)

Thanks Paul, yes I've done it (same situation) into Wordpress before, but not IPS.

There's also about 130 non-news articles, but similarly structure tables.

Edited by The Old Man
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...