Learn to code it?
Learn to code it?
Out of context: Reply #4
- Started
- Last post
- 9 Responses
- ukit20
Porting data is not difficult. You could do it by exporting the database to XML and then do a find and replace with regular expressions to make it match the new format. At least that worked for me when moving from WordPress to Django, etc.