Comment: to import an idea
The best way to go is to create a dedicated PHP script to adapt data structure from the old database to the new one.
Basically, this would be a loop, reading each record from the old database, preparing an array of attributes in memeory, and submitting this to Articles::post() for the actual creation of new articles.
You may have a look at
Basically, this would be a loop, reading each record from the old database, preparing an array of attributes in memeory, and submitting this to Articles::post() for the actual creation of new articles.
You may have a look at
control/import.php and duplicate this script as a starting point?
by Bernard on Apr. 10