CSV Export v1.01 Released (more access settings)

By Dave - October 12, 2009

We've just released CSV Export v1.01 with the following changes:

- You can now limit access to admin users only
- You can now limit access to specific sections only

This is useful if you only want admins to be able to export CSV files, or if you want that feature for some sections but not all.

See the readme for more details or make these changes in the top of of the csvExport.php file.

For a full description of this plugin and to download the latest version:
http://www.interactivetools.com/appstore/detail.php?CSV-Export-1005

Please feel free to post your feedback and questions! We're always eager to get your feature requests and bug reports. Post in the forum or email me at dave@interactivetools.com.

Thanks!
Dave Edis - Senior Developer
interactivetools.com

Re: [Dave] CSV Export v1.01 Released (more access settings)

By jtedescojam - March 3, 2010

This CSV export is fantastic.. and I've added it to the CMS Builder so when someone makes a donation on the website, all of their data is posted into a multi section editor... the client then uses the export to generate an excel doc that they can import into their office software... perfect.

Only problem is, I need to customize the data that exports... I don't wan the 'num','createdDate','creatByUser','etc'... can you assist me with editing the information exported?

I'd also love it if the csvExported only what we've searched.. i.e. if there's 100 rows, to search for the information they want, and only export that.

Please let me know. thanks.
John Tedesco

Creative Director



JAM Graphics

Re: [jtedescojam] CSV Export v1.01 Released (more access settings)

By Dave - March 4, 2010

Hi jtedescojam,

Sure, you can find those features in the (just released) 1.02 version here:

http://www.interactivetools.com/add-ons/detail.php?CSV-Export-1005

Hope that helps!
Dave Edis - Senior Developer
interactivetools.com

Re: [Dave] CSV Export v1.01 Released (more access settings)

By jtedescojam - March 4, 2010

what... did you just quickly whip this up just for me? nicely done!
John Tedesco

Creative Director



JAM Graphics

Re: [zick] CSV Export v1.01 Released (more access settings)

By Jason - September 4, 2012

Hi Zick,

The $GLOBALS['CSVEXPORT_INCLUDE'] array is looking for a list of section names, not field names, which is why the export isn't working. If you only want to output a certain subset of the fields, you can add all the fields that you DON'T want to the $GLOBALS['CSVEXPORT_SKIP_FIELDS'] array.

Hope this helps
---------------------------------------------------
Jason Sauchuk - Project Manager
interactivetools.com

Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/

Re: [Jason] CSV Export v1.01 Released (more access settings)

By Mikey - September 7, 2012

Thanks Jason,
That got me sorted out and the csv exports are working great.