WP All Export: How can I export categories in separate column

Viewed 17

When exporting categories, it is exporting in a single line.

<cat>category 1 > category 2 > category 3</cat>

How can I export it as <cat1> category 1 </cat1> <cat2> category 2</cat2> <cat3> category 3 </cat3>?

0 Answers
Related