Merge data-lists
Description
Merges two data-lists into one
Input Ports
| Name | dataType | sourceType | required | description |
|---|---|---|---|---|
| Subject data-list | data-list | link-manual | true | The first data-list that will be inside of the merged data-list |
| Predicate data-list | data-list | link-manual | true | The second data-list that will be inside of the merged data-list |
Scenarios
- The user wants to merge 2 data-list that has the same fields
- The user wants to merge 2 data-list that has different fields
Use case
Experienced tips
- if the
Subjectdata-list is empty, the process will stop and provide you with the following error.undefined does not have a method named "concat" or "fantasy-land/concat" - if the
Predicatedata-list is empty, the process will stop and provide you with the following error.undefined is not an array
Search Tags
Merge 2 data-lists