GitHub user markncooper opened a pull request: https://github.com/apache/incubator-zeppelin/pull/725
Added CSV and Tableau export functionality ** What is this PR for? Allow users to export data in a paragraph to a CSV and / or Tableau via Tableau's WDC feature ** What type of PR is it? Feature ** TODOs This feature is partially incomplete - I want to drop the limit on only exporting 1000 (or however many) rows are shown in the UI. For our purpose we hacked backend support for this to our custom interpreter but I am looking for recommendations on the "proper" way to do this. ** Is there a relevant Jira issue? Sort of - ZEPPELIN-672 is the most similar **How should this be tested? create a paragraph with data in %table view select the "Export to CSV" or "Export to Tableau WDC" item in the paragraph settings list ** Does the licenses files need update? NO ** Is there breaking changes for older versions? NO ** Does this needs documentation? Possibly. Here's a screenshot of it in action.   You can merge this pull request into a Git repository by running: $ git pull https://github.com/brigade/incubator-zeppelin exporterFeature Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-zeppelin/pull/725.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #725 ---- commit eaf207591750da188262eea21b895ac76504136b Author: Mark Cooper <mark.coo...@brigade.com> Date: 2016-02-05T06:49:14Z Added CSV and Tableau export functionality ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---