Other Settings

Pulter offers optional settings that provide a more comprehensive data cleaning and user experience

Settings

maxRecords

Type: number

Default: null

Specify the maximum number of records that a single file can import. This value does not include the headers of the file.

allowInvalidSubmit

Type: boolean

Default: false

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.

maxFileSize

Type: number

Default: null

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.

autoMapHeaders

Type: boolean

Default: false

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.

autoMapDistance

Type: number

Default: null

With settings you can specify the Headers matching accuracy. 1 for strict and up for more flexible matching. The Default is 2

dataSync

Type: boolean

Default: true

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.

webhookUrl

Type: string

Default: null

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 updated