tiki-wiki
tiki-wiki: How to batch import categorized articles from a CSV file
Importing categories as a CSV file is OK in tiki-wiki, But how to import categorized articles to the system. Tiki supports media wiki and word press importing, While my data base has another format. Is there any module for CSV upload/import? Is there any flexible migration-like script to import articles? In case that both of answers are NO, would you please give me a clue to write down the proper code to import articles directly to data base. I went through understanding database, But I think accessing to database directly should be my last choice!
For custom import jobs, you can use Tiki's profiles. The profiles are a YAML-based format. While it is not the primary use for them, it might be the easiest way to perform what you want to do. Normally, you need to place the profile in a repository to execute it, but there is a developer option to load content from a textarea. You can simply prepare your YAML definition and paste it in there. Categorizing elements through the database could be harder than it seems as many tables are involved.
Related Links
Tikiwiki 16.2 Error while registering new user
Tikiwiki version 15.3 There is no email sent when user setup forum thread watch
Tiki Wiki CustomSearch destdiv parameter
How can I decide what fields are shown in the user registration form using the user tracker? - Tiki
tiki-wiki: How to copy a structure into another Or how to duplicate a structure
error in tables while ugprading database
tiki-wiki: how do i force newly created pages into a category based on the user's group?
Limit page creation
TIKI Custom menu no any CSS applied
Embed content from another TikiWiki page into current page
tiki-wiki: How to create a tree view category structure?
tiki-wiki: How to batch import categorized articles from a CSV file
Using LDAP on Tiki-Wiki