Hey Josh,
Well Custom Fields doesn't exist in Joomla 3.6.5 as this is a feature of Joomla 3.7. On your Joomla 3.6.5 site you can change the export routine since you are moving to Joomla 3.7 anyway. Open the file plugins\csviaddon\categories\com_categories\model\export\category.php and on line 54 you will see this code
$this->loadCustomFields();
. Change this line to read
// $this->loadCustomFields();
. This should solve the issue.
Of course you could also just update Joomla to the current 3.7.4 version.
Kind regards,
RolandD
=========================
If you use our extensions, please post a rating and a review at the
Joomla! Extension Directory