aws-samples / aws-samples/amazon-appflow
Example for mapping multiple fields in a single TaskType: Map?
Open
- Dominant language
- Jupyter Notebook
- Stars
- 26
- Forks
- 12
- PR merge metrics
- No merged PRs in 30d
Description
It's not clear from the examples whether or not it is possible to map multiple fields in a single Map block:
```
- TaskType: Map
SourceFields:
- Field1
- Field2
- FieldN
```
The naming of the arguments also makes it unclear, e.g. `SourceFields` allows a list, but `DestinationField` is a singular item?
Contributor guide
Assessment
This issue has not been assessed yet.