• I’m trying to import my old news (posted with CuteNews) but there are more then 490 …
    Is there an easier way or will I have to post one by one ?
    Is there a way to do this while I’m offline ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • I have no idea about CuteNews, and if you’re lucky, someone who does know will come by… till then:

    In general, if you want to transfer something from one database to another and the tables/data have a different format, you will need to do something along these lines:
    1. Export the data in SQL format. (CSV if SQL not possible).
    2. Massage that data to make it fit into the new database.
    3. Import the data (as SQL) into the new database.

    Now, step 2. is the tricky bit, and could be either combined in to step 1. or 3. if you are willing to write a little code to the work. But with 490 articles, its definitely worth looking into automating the process.

    If Cutenews exports RSS feeds, then you could try that

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Ex-CuteNews User’ is closed to new replies.