Custom processing model allows you to further customize the output format of the exporter.

It is possible to do it in a totally separate module.

You need to implement one Magento dispatchEvent handler with name of eabi_productexport_generators_return_before

And then of course you need at least one Magento model, which extends Eabi_Productexport_Model_Parser_Abstract class.