Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Qlik Sense 3.2.Engine SDK ; ExportData to CSV

Hi I have a problem with transferring many-many rows from a table type object to csv, because the rows are truncated.

I read that I can transfer up to 1 million cells but it does not seem to work.

I am trying to export a table of 523000 rows and 19 columns from a Sense server 523000 * 19 = 993700 and instead only transfers about 237000.

This is the code I use

var afile = obj.ExportData(NxExportFileType.EXPORT_CSV_C, "/qHyperCubeDef", sfilename, NxExportState.EXPORT_ALL);

Thanks corchi.

0 Replies