If Loop

Logic name
If Loop (Document Mapper)
Function
This logic loops and outputs the items that match the conditions.
Data types
Location |
Type |
---|---|
First input handler |
Loop |
Second input handler |
Boolean |
Logic output |
Loop |
For details, refer to Logic specifications.
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
The logic outputs only data where the state is "Tokyo".
Property settings
Property |
Setting |
---|---|
None |
|
Input data
001,Tokyo,108,Chiyoda ku |
003,Chiba,301,Chiba city |
001,Tokyo,101,Bunkyo ku |
002,Osaka,201,Osaka city |
001,Tokyo,128,Musashino city |
Output data
108,Chiyoda ku |
101,Bunkyo ku |
128,Musashino city |
For a list of logics, refer to Mapper Logic Guide.