Allows to map input data structure to output data structure.
See attached Examples for your inspiration how to use this connector
Input & Output Schema
Input
Input schema is mandatory but not strictly defined.
Example
| Column | Data type | Allow null | Description |
|---|---|---|---|
| Text | string |
Yes | String value |
| Number | integer |
No | Number value |
| Date | DateTime |
No | DateTime value |
| JSON | JSON |
Yes | JSON value |
| Base64 | Base64 |
No | Base64 value |
Output
Output schema is mandatory but not strictly defined.
Example
| Column | Data type | Allow null | Description |
|---|---|---|---|
| Name | string |
Yes | String value |
| JsonDescription | JSON |
Yes | JSON value |
| Content | Base64 |
Yes | Base64 value |
Release notes
3.0.5
- Plugin binaries update as a result of included connector change.
3.0.4
- Fixed processing input mappings to output values.
3.0.3
- Fixed shared nuget package versions.
3.0.2
- Fixed right processing of nullable properties.