Macro error when importing Confluence page

I am using File Stream Converter to import some xml zip files that I exported from Confluence. Before importing I set the ‘stop when document save fails’ to false. After the import I get an error and when I view the newly-imported page, I see the error ‘Unknown macro: section’.

The ‘section’ macro in Confluence is used for taking columns and then nesting them together into logical sections.

Still new to XWiki but it looks like there is a macro called ‘Container’ which possibly does the same thing?

You get this error simply because there is no conversion yet for this section macro.

Don’t hesitate to create a task for it on https://jira.xwiki.org/projects/CONFLUENCE with the details on how you would expect each parameter of the section macro to be converted into the container one. If you fill like implementing this converter yourself, you can find some documentation on how to do that on https://extensions.xwiki.org/xwiki/bin/view/Extension/Confluence/XML/#HExtendingMacroConversion.