Or-Append Merge

Logic name
Or-Append Merge (Merge Mapper)
Function
This logic merges the input data in Or-Append format.
Properties
Category |
Property |
Description |
---|---|---|
Comment |
Comment |
You can write a description of the logic. It doesn't affect the conversion process. |
Logic sample
Mapping definition

Logic settings and processing result
This logic compares the key values of each input data item and outputs the results by adding the data that matches each key to the next row.
Then it adds the data that doesn't match the key.
Property settings
Property |
Setting |
---|---|
None |
|
Input data
-
csv_read
1,Sample
2,Test
3,Dummy
-
csv_read(1)
1,Data
2,Value
4,SomeData
Output data
1,Sample |
1,Data |
2,Test |
2,Value |
3,Dummy |
4,SomeData |
For a list of logics, refer to Mapper Logic Guide.