How to set up the Mappers (Structure)?

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 allows defining a standardized transformation structure.

 Thus, the syntax applied in the data transformation process obeys the rules and principles defined in the JSON language format, namely: data types, properties, objects, arrays, etc..

 In semantic terms, we adopted a structure that can be reused in any plugin, in order to satisfy the exchange of data between different systems. This semantic structuring is based on the following conceptual model:

  1. Table: identification (name) of the object or array in the JSON structure of the target system;
  2. Fields: definition of the structure of an object or array (for example, the composition of the attributes of a given entity);
  3. Field: identification (name) of the property to which the transformed value will be assigned (for example, the name of an attribute of a particular entity);
  4.  Handlers: specification (properties) to be applied in data mapping and transformation (assignment of the transformed value as a function of the mapping applied).



    • Related Articles

    • 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 ...
    • 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 ...
    • 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 ...