You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ranger.apache.org by "Venkateswara Reddy (JIRA)" <ji...@apache.org> on 2019/06/04 02:14:00 UTC

[jira] [Updated] (RANGER-2457) Support download csv via REST as enhancement

     [ https://issues.apache.org/jira/browse/RANGER-2457?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Venkateswara Reddy updated RANGER-2457:
---------------------------------------
    Description: 
+*LIst of changes / improvements*+
 # Along with download excel spreadsheet feature, add support for download file as CSV format using REST API.
 # REST API should have multiple options to download different file formats same as Ranger Reports page.

Sample Excel Command:

curl -X GET --header "application/xml" -H "Content-Type: application/ms-excel" -o Ranger_Policies.xls -u admin:\{password} "http://{ranger-server}:6080/service/plugins/policies/downloadExcel?"

  was:
+*LIst of changes / improvements*+
# Along with download excel spreadsheet feature, add support for download file as CSV format.
# On Reports page for searched policies: downloaded policy file should have multiple policy items on separate row. 



> Support download csv via REST as enhancement
> --------------------------------------------
>
>                 Key: RANGER-2457
>                 URL: https://issues.apache.org/jira/browse/RANGER-2457
>             Project: Ranger
>          Issue Type: Improvement
>          Components: admin
>    Affects Versions: 0.6.0
>            Reporter: Venkateswara Reddy
>            Assignee: Mehul Parikh
>            Priority: Major
>             Fix For: 0.6.0
>
>
> +*LIst of changes / improvements*+
>  # Along with download excel spreadsheet feature, add support for download file as CSV format using REST API.
>  # REST API should have multiple options to download different file formats same as Ranger Reports page.
> Sample Excel Command:
> curl -X GET --header "application/xml" -H "Content-Type: application/ms-excel" -o Ranger_Policies.xls -u admin:\{password} "http://{ranger-server}:6080/service/plugins/policies/downloadExcel?"



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)