The Data Mappings feature in Reekoh allows you to map one data schema to another data schema. By mapping a source schema to a target schema, incoming data can be converted to the data structure accepted by the plugins.
Note the valid data type conversions from a source schema field to a target schema field:
|
Destination data type |
string |
number |
boolean |
array |
date |
object |
mixed |
Source |
|
|
|
|
|
|
|
|
string |
|
yes |
|
|
|
|
|
|
number |
|
yes |
yes |
|
|
|
|
yes |
boolean |
|
yes |
|
yes |
|
|
|
yes |
array |
|
|
|
|
yes |
|
|
yes |
date |
|
yes |
|
|
|
yes |
|
yes |
object |
|
|
|
|
|
|
yes |
yes |
mixed |
|
|
|
|
|
|
|
yes |
Comments
0 comments
Please sign in to leave a comment.