Hi,
I am using Rest API to export the report created in EazyBI.
Most of the reports are well within the limit of rest api response size, but I have few reports which exceeds the response size and i can only receive ~8000 rows after that I get some weird text written on the csv file.
I don’t have pages in the report it’s a simple table with ~100K rows.
Any help is appreciated.
Regards,
Deep Naik
Hi @Deep_Naik
Welcome to eazyBI Community and thanks for posting your question!
The issue you’re experiencing is likely due to limitations in the API response size. For very large datasets (like your 100K row report), the API may not be able to handle the full export in a single request.
For exporting such large datasets, I would recommend considering alternatives, such as - if you’re using eazyBI for Jira Data Center, you could export data directly from the database instead of using the API.
Eventhough you mention that the table is simple, eazyBI is not built to handle the export of such massive datasets. The tool’s strength lies in aggregating data and providing analytical insights rather than functioning as a bulk data export tool.
Best wishes,
Elita from support@eazybi.com
Hi @Elita.Kalane,
Thank you for your response to the query. I understand that EazyBI is not a data extraction tool and it’s strongest point is aggregating data. I understand that Rest API has it’s own limitation as well.
However, can you please suggest me if we can apply filter to the RestAPI while exporting report to achieve the requirement at hand.
I assure you that there is no intention of using EazyBI to be used as data Extraction tool and this requirement is for the Proof of Concept we are trying to achieve.
Your help is much appreciated.