Main settings

On this page, general settings of the profile can be made.

Settings


(1) Name: The name of the profile.

(2) Group: The group of the profile.

(3) Document type: The document type (the input format) of the profile.

(4) Activate profile: Here you can activate the profile. Only an active and valid profile accepts data (unless you upload data manually).

(5) Mark as ready for Transport Manager: If this checkbox is set, the profile is listed in the Transport Manager. Note: This option can also be set in the profile overview via the context menu. Note: The initial value of the checkbox for new profiles can be set in configuration file ./etc/admin/datawizard/defaults.properties with "profile.-1.transportManager".

The checkbox can automatically be deselected after the transfer. This behaviour can be set with the following entry in configuration file ./etc/startup.xml:

<Set name="resetTransportProfileFlag">true</Set>

(6) Sensitive input/output data: If the switch is set, backup data (input data and Response backups) cannot be viewed by users without admin rights. Users with admin rights can still see this data.

(7) Mapping type:

"Mapping": The mapping is active.

"No mapping": Phases 2-5 are deactivated (profile variables, for example, cannot be used in this case). In that case, the profile will only pass through the data.

"Data routing": Will still allow you to use phases 2-5 when input data cannot be parsed, like in the case of binary data. The binary data will be replaced by dummy data provided by the "DummyPreParser". It provides the parser with a short line of text, which allows you to implement a logic with variables and function calls in phase 3, run database operations in phase 4 and call an Integration Unit in phase 5. In the Responses in phase 6, you can either use the mapping result or the binary input file "as received". Such a profile usually uses the document type "CSV". The automatically created source structure is a node with a contained field. If a source structure already exists, this node is additionally inserted at the top of the existing structure. Note: See also section Working with purely binary input data.

(8) Activate phase 4 (execute SQL): With this option you can enable the execution of phase 4.

(9) Version: The version number of the profile. See section Backup of profiles.

(10) ID: The ID of the profile. With the icon on the right, you can display the search index of the profile. These values can be queried in the expert search.