Other Settings
Pulter offers optional settings that provide a more comprehensive data cleaning and user experience
Specify the maximum number of records that a single file can import. This value does not include the headers of the file.
This option impacts the messaging on the final screen before submitting data. When this is set to
false
, Pulter will discard the records with errors. When this is set to true
, Pulter will submit the records with errors.Specify the maximum upload filesize (in bytes) that a single file can import. NOTE you can't specify more than the allowed file size of your plan.
With this setting on, Pulter will try to automatically map the CSV headers to the specified fields. The user can still click back and change the mapping if needed.
With settings you can specify the Headers matching accuracy. 1 for strict and up for more flexible matching. The Default is 2
The
dataSync
setting controls whether your data is processed by the Pulter server, or if it is processed entirely in the browser. When this is set to false
, your imported data will be processed entirely in the browser. When this is set to true
, your user imported data will be processed by the Pulter server.Webhook endpoint to receive the imported data. This will be useful if don't set the webhook endpoint in the admin dashboard or you set
dataSync
false.Last modified 6mo ago