Parser
Parser
Importing outside data into Velosimo.

In it definition, the Target data type, defines the structure where the data will be saved in Velosimo.
The data obtained from a request is stored in the variable: "data", and it should be transform to Json.
data = JSON.parse(data)
target_data_type.create_from_json!(data.to_json, primary_field: 'category_id')
target_data_type instruction is equal to said for example: Cenit.namespace('Accela').data_type('Record'). But how it is defined in the structure of the converter UI, Velosimo facilities the access to data_type.