Service
Overview
The VtlProcessing’s translation API allows to specify and perform translations between VTL and selected target languages. In that document We are going to discuss step-by-step how to use this API correctly. This API requires no authentication.
The API is available for testing at the link below.
Quickstart guide
The API needs information about data structures it will work with. This needs to be configured. Below We explain required translation parameters.
Required parameters
| Property | Description | 
|---|---|
DataSources  | 
The list of dataSource, each dataSouce contans type of data, localisation and namespace  | 
DataMappers  | 
The list of mapping between data and VTL expression  | 
Target  | 
The target of translation  | 
Experession  | 
The VTL expression  | 
DefaultNamespace  | 
The dafault namespace  |