CSV Import v1.06 BETA - Create Custom Import Menus!

4 posts by 2 authors in: Forums > CMS Builder: Plugins & Add-ons
Last Post: July 28, 2015   (RSS)

By Toledoh - July 21, 2015

Works a treat Dave!

Would be great to get a similar thing for the export to csv plugin, where we can pre-configure exports to only export certain fields etc. rather than the current "dump" of data that most users don't understand.

Cheers,

Tim (toledoh.com.au)

By Dave - July 28, 2015

Hi Tim, 

For CSV Export you can specify fields to export per section by adding a line in the plugin.  Try this: 

$GLOBALS['CSVEXPORT_FIELD_ORDER']['accounts'] = array('num','username');  // set custom field list or order for specific table

Let me know if that works for you.

Dave Edis - Senior Developer
interactivetools.com

By Toledoh - July 28, 2015

That's really good to know - thanks Dave!

Cheers,

Tim (toledoh.com.au)