I have got a table [newsletter] in the db, which saves the email address, What I want is to have button or a section on the umbraco backend , where i can export the whole list of email address in the newsletter table in csv format, Can anyone provide any assistance or any suggestions on how to get this working.
I created a separate datatype [button] for it , the dataype uses a usercontrol which exports the email address from a particular table, And use that datatype in one of the document type to be used in one of the content page.
Export a table in csv format from umbraco backend
Hi,
I have got a table [newsletter] in the db, which saves the email address, What I want is to have button or a section on the umbraco backend , where i can export the whole list of email address in the newsletter table in csv format, Can anyone provide any assistance or any suggestions on how to get this working.
I've been looking to do this as well - did you every figure it out??
Hi ,
I created a separate datatype [button] for it , the dataype uses a usercontrol which exports the email address from a particular table, And use that datatype in one of the document type to be used in one of the content page.
Thanks
is working on a reply...