GitHub user zhongneu opened a pull request:

    https://github.com/apache/incubator-zeppelin/pull/714

    Exporting to TSV

    ### What is this PR for?
    Allow users to export data in a paragraph to a TSV file.
    
    There is already a 
[PR](https://github.com/apache/incubator-zeppelin/pull/6) for this, but it uses 
DataTables, which requires Flash.
    
    ### What type of PR is it?
    Feature
    
    ### Todos
    * [ ] - Hide/disable the button if it is not in table/chart view
    * [ ] - Find an icon for the new button
    
    ### Is there a relevant Jira issue?
    [ZEPPELIN-672](https://issues.apache.org/jira/browse/ZEPPELIN-672)
    
    ### How should this be tested?
    1. create a paragraph with data in %table view
    2. select the "Export to TSV" item in the paragraph settings list
    
    ### Screenshots (if appropriate)
    
![vvzhsyciev](https://cloud.githubusercontent.com/assets/3282033/13032147/d589e88e-d29c-11e5-8763-96fca4db2fd0.gif)
    
    
    ### Questions:
    * Does the licenses files need update?
    NO
    
    * Is there breaking changes for older versions?
    NO
    
    * Does this needs documentation?
    NO


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/zhongneu/incubator-zeppelin export-to-tsv

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-zeppelin/pull/714.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 #714
    
----
commit 2281c40d70e1c7907e8aa18ae8b54646382979a8
Author: Zhong Wang <wangzhong....@gmail.com>
Date:   2016-02-14T05:41:51Z

    first attempt to implement exporting to TSV

----


---
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.
---

Reply via email to