Components preferences
Define preferences for Talend Data Mapper components.
These preferences are located in
.- Do not show the tHMap configuration warning when there is no input/output connection: If selected, the warning indicating that a tHMap is missing an input or output connection is hidden.
- Do not use Java Reflection in the generated tHMap code: By default, a generic code using Java Reflection is generated to obtain the input components columns and set their values in the corresponding input structures, and to obtain the output structure columns and set their values in the corresponding output components. If this option is selected, a Java code is generated for each input component column to map it to its corresponding input structure column, and for each output structure column to map it to its corresponding output component column.
- Select the type of map to create for new maps: Define the
default type for new maps. You can choose:
- Allow me to choose to be asked every time you create a map from a component.
- Standard Map to create a standard map by default.
- DSQL Map to create a DSQL map by default.