Search code examples
sql.netcsvexport-to-csvfputcsv

Izenda csv report issue


The CSV file size is 29 MB in Izenda report. I can able to download the file through bulk csv option configured but not in default csv. Is there any file size download limitation for csv. Please tell what is the exact root cause for this. Further, is there any fix or alternative to download the report in existing csv option.

Note : Currrently there are around 80,000 records being downloaded..This may increase in time.

Any help would be appreciated.

Thanks in Advance.


Solution

  • Yes there is file size limit in izenda for the normal CSV Download. You need to use Bulk CSV Download when data is >80,000 records.

    To Enable Bulk CSV use the Following in the code or config:

    AdHocSettings.OutputTypes["BULKCSV"].Hidden = false;