woocommerce / woocommerce-subscriptions-importer-exporter

Import your subscribers to WooCommerce from a CSV. Or export your subscription data from WooCommerce to CSV.
GNU General Public License v3.0
148 stars 56 forks source link

Export custom fields #193

Closed mxmtsk closed 6 years ago

mxmtsk commented 6 years ago

Our Subscriptions have some custom meta fields attached. Is it possible to somehow export them alongside?

thenbrent commented 6 years ago

Hi @mxmtsk, there's no built in field/header for custom meta at the moment. It would be possible to add it using the 'wcsie_format_export_csv_row' filter. If you submit a PR to add support for it to the plugin, I can review that also and merge it into core. :)

mxmtsk commented 6 years ago

Thanks, have created a copy of the plugin and hard coded the changes as we needed a quick solution for now, but I'll see if I can add something better and reusable for others at some point