DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

Configuring the Direct Mail importer Module in Page TSConfigΒΆ

The Direct Mail configuration properties are set in the Page TSConfig of the Direct Mail folder under key mod.web_modules.dmail.importer.

The following properties set default values for corresponding properties of the direct mail's importer. These properties of direct mail's importer determine the configurations.

Property

storage

Data type

integer

Description

PID of the target SysFolder, in which the recipients will be imported.

Property

remove_existing

Data type

boolean

Description

Remove all Addresses in the storage folder before importing [0,1]

Property

first_fieldname

Data type

boolean

Description

First row of import file has fieldnames [0,1]

Property

delimiter

Data type

string

Description

Field delimiter (data fields are separated by...) [comma, semicolon, colon, tab]

Property

encapsulation

Data type

string

Description

Field encapsulation character (data fields are encapsed with...) [doubleQoute, singleQoute]

Property

valid_email

Data type

boolean

Description

Only update/import valid emails from csv data. [0,1]

Property

remove_dublette

Data type

boolean

Description

Filter email dublettes from csv data. If a dublette is found, only the first entry is imported. [0,1]

Property

update_unique

Data type

boolean

Description

Update existing user, instead renaming the new user. [0,1]

Property

record_unique

Data type

string

Description

Specify the field which determines the uniqueness of imported users. [email, name]

Property

inputDisable

Data type

boolean

Description

Disable all of above input field, so that no user can change it. [0,1]

Property

resultOrder

Data type

string

Description

Set the order of import result. Keywords separated with comma. [new, update, invalid_email, double]