How to set up the Mappers (Expression Values)?

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 complexity can be quite high. ExpressionValues, allow the implementer/integrator to specify any expression that is logical, mathematical, temporal, etc. The syntax used in defining the expression requires minimal knowledge of C#.  The following table lists some practical examples (you can define any expression, as long as it is valid in the C# language interpreter).


Expression
Example
String Size


String Concatenation

Guid

Maths
Maths
Dates

    • Related Articles

    • How to set up my access data?

      The use of Expressions in the configuration of a solution is frequent practice, due to the large number that a certain expression is applied recurrently. For example, in the solution provided as a base example, all pipelines make systematic use 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 ...
    • 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 ...
    • 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 (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 ...