How to set up the Mappers (Property Sets)?

How to set up the Mappers (Property Sets)?

A tabela seguinte enumera  propriedades (tags)  que podem ser aplicadas nos modelos de transformação de dados.

Propriedade
Descrição
Exemplo
DefaultValue

Allows you to express a default value.

PipelineVariable
Allows you to express a defined value in the pipeline context.
The following variables are available:  @FROM_TYPE; @TO_TYPE; @FROM_COMPANY; @TO_COMPANY.


EnvironmentVariable
Allows you to express a defined value in the context of the integration solution.
The following variables are available:  @FROM_TENANT; @TO_TENANT; @FROM_ORGANIZATION; @TO_ORGANIZATION; @FROM_USER; @TO_USER; @SYSTEM_DATE.


IgnoreOnUpdate
Allows you to specify that the transformation is ignored in case of update.

IsUserField
Allows you to specify that the attribute is a user field.

IsEnumerable
Allows you to specify that it is a detail (an array).

TableKey
Allows you to specify the key of the detail (array)

   

    • Related Articles

    • Hot to set up the Mappers (Property Sets)?

      The following table lists properties (tags) that can be applied to data transformation models. Property Description Example DefaultValue Allows you to express a default value. PipelineVariable Allows you to express a defined value in the pipeline ...
    • How to set up the Mappers (Expression Values)?

      In addition to the set of properties that can be applied to data transformation models, the GenericMapper transformation service provides a methodology (ExpressionValues) that allows you to apply to a given property an expression whose degree of ...
    • How to set up the Mappers?

      can be used to implement integration services. The data transformation procedure is defined in the pipeline configuration, where you can identify/configure this service. The plugin provides a GenericMapper mapping service, which can be applied in the ...
    • How to set up the Mappers (Structure)?

      The syntax and semantics applied in data transformation is defined in a modeling context and easy to interpret, using a format or protocol (JSON - JavaScript Object Notation) of data representation, based on the JavaScript programming language, which ...
    • Plugin V10 – Pipelines – Mappers

      A service integration solution must be able to easily define data bidirectional transformations, from their native representation to other formats, more adequate for the process integration, such as: XML, JSON. The PRIMAVERA V10 – Valuekeep ...