-
Notifications
You must be signed in to change notification settings - Fork 322
Open
Description
Describe the Bug
Suppose I have this source
{
"field1" : "example",
"field2" : [
"x1",
"x2",
"x3"
]
}
and the destination
{
"fielddest1" : "example",
"fielddest2" : [
"x1",
"x2",
"x3"
]
}
It seems that the "Copy" function of the data mapper doesn't work with a "simple" array of strings (mapping "field2" to "fielddest2")....
Plan Type
Standard
Steps to Reproduce the Bug or Issue
- create a source and a destination schema that entails an array of strings e.g.
"fielddest2": {
"type": "array",
"items": {
"type": "string"
}
},
- try to map the source array to the destination array
Workflow JSON
Screenshots or Videos
No response
Additional context
This doesn't seem to be supported in the "legacy" data mapper nor the "modern" one.
Reopening because #1364 got closed without response
Metadata
Metadata
Assignees
Labels
No labels