Hi all,
I like to allow users to add data with more than 1000 records. Is there a way to increase the feature record count in the AddData widget? In the source code, the param in the widget is defined as maxRecordCount and passed into portal/sharing/rest/content/features/generate. The default is 1000. However, I tried changing the params in the javascript code (as below) but I am still getting 1000 feature records in the generated layer. I don't see any setting to override on portal/sharing/rest/content/features/generate.
maxRecordCount: -1, //9000, this.maxRecordCount,
enforceInputFileSizeLimit: false, //true,
enforceOutputJsonSizeLimit: false //true
Considerations and Limitations—ArcGIS REST API: Users, groups, and content | ArcGIS for Developers
doesn't mention 1000 max records.
Thanks,
Did you find a resolve for this. We have .csv spreadsheets with between 1100 to 4600 records we would like to add as well. Thank you.
We are also looking for a solution to this as our csv files have more than 1000 records ? anyone found a solution ?