Download CSV

This thread was migrated from an old forum. It may contain information that are no longer valid. For further assistance, please post a new question or open a support ticket from the Customer Support portal.

Hi Team,

We have a requirement to download the reports from cloud in CSV format. To achieve this, we found a market place component called CustomReports downloader.
https://marketplace.kony.com/items/kony-mobilefabric-custom-report-downloader-0

It does work for us to some extent.
When we run the below command, it pulls a csv file but its all empty
java -jar CustomReports.jar “RequestsPerServiceTable” startdate=2019-01-01,enddate=2019-01-16,appname=All dashboard
Built the above command by following the help document attached.

What we want to understand is:

  1. What are the table names for each of the standard reports .
  2. Filter criteria for each of those tables.
  3. Why are we seeing empty files even thought there is data.

Hi @Amvndv Nowth​ , 1) Table names for the standard reports are application_events, middleware_requests and middleware_sessions

2) Based on the columns in the above mentioned tables you can decide the filter criteria

What is the version of Fabric?