Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

DataObjectManager Module /

Discuss the DataObjectManager module, and the related ImageGallery module.

Moderators: martimiz, UncleCheese, Sean, Ed, biapar, Willr, Ingo, swaiba

DataObjectManager - export to csv


Go to End


5 Posts   3159 Views

Avatar
bmc38119

Community Member, 45 Posts

7 June 2009 at 7:47am

Does DataObjectManager support "export to csv"? Have tried the setPermissions method and does not seem to work. If it is not, is there another workaround?

Avatar
UncleCheese

Forum Moderator, 4102 Posts

7 June 2009 at 4:08pm

I haven't implemented that feature yet.

Avatar
aynanbaba

Community Member, 1 Post

1 November 2010 at 12:00pm

hi uncle cheese, do you have an idea when will it be implemented, it is a must especially to extract mailing lists

Thanks

Avatar
mrProper

Community Member, 10 Posts

4 January 2012 at 10:40am

Hi,
adding a button in DataObjectManager.ss with href="$ExportLink" works fine for me.
It exports a .csv file with predefined parameters from TableListField.

Avatar
marand

Community Member, 9 Posts

9 March 2012 at 4:06am

Thank you, mrProper!
Works for me also.