add hook to run custom code on csv after export
-
I am working on a convertor that takes your exported csv and parses it into a format required by a Quickbooks Importer tool.
Right now, I click export from your plugin, and then I run my php convertor on your outputted csv file, and it creates the properly formatted csv file.
Which hook would I use if I wanted to put my code inside of a WordPress plugin.
basically I would like to hook in right after the exporter builds the file, and pass the file handle, so i could run my parse code, and then save the newly parsed file.I’m hoping that this file could then by emailed weekly.
I’m thinking that hooking into woe_formatter_csv_finished or woe_custom_export_to_email is what i’m looking for. I’m just scratching my head at what gets called with it.
Thanks.
- The topic ‘add hook to run custom code on csv after export’ is closed to new replies.