exporting record sets to CSV
Archived from the Xataface Users forum.
almatesic — Fri Jan 02, 2009 9:50 am
How do you export in list view to a csv file?
In my user database i have a role field and would like anybody with the ADMIN role to be able to export the records of choice to a csv file. I put a permission.ini file in my directory and it didn’t seem to do the trick.
permissions.ini
[ADMIN]
export_csv=1
I tried searching for documentation on this and can’t seem to find much on it. Please help when you get a moment.
Thanks in advance,
Al
shannah — Fri Jan 02, 2009 10:01 am
If you are using web auction, the reason is that the export_csv action has been disabled. Go to the actions.ini file. You’ll find:
- Code: Select all
[export_csv]
Remove this.
That should make the export_csv action appear.
-Steve