How to export KB categories and keep the structure?
Posted: Tue Nov 06, 2012 6:52 am
Script URL:
Version of script:
Hosting company:
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:
Write your message below:
I want to export kb articles to csv or xls to do more analysis, but the kb categories export without the parent-child relation, I want the export result like below:
id--category--------------------------------------subject-----------content
1 hardware:server:motherboard:PCI slot Slot damaged Replace it successfully.
2 software:OS:windows xp sp3:boot Cannot boot Reinstall solve it.
that mean, add the parent category in front of category if it's not top category.
anyone has idea how to do it with sql query?
thx.
Version of script:
Hosting company:
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:
Write your message below:
I want to export kb articles to csv or xls to do more analysis, but the kb categories export without the parent-child relation, I want the export result like below:
id--category--------------------------------------subject-----------content
1 hardware:server:motherboard:PCI slot Slot damaged Replace it successfully.
2 software:OS:windows xp sp3:boot Cannot boot Reinstall solve it.
that mean, add the parent category in front of category if it's not top category.
anyone has idea how to do it with sql query?
thx.