Dear FME community.
I would like to make a loop with concatenation of values like a hierarchy.
The result like that :
In this case I can have 1, 2, 3, ... x levels, that's why I don't know how to do that.
Thank you for your help.
Dear FME community.
I would like to make a loop with concatenation of values like a hierarchy.
The result like that :
In this case I can have 1, 2, 3, ... x levels, that's why I don't know how to do that.
Thank you for your help.
Hi @lalandexavier, it's an interesting challenge. This is my first inspiration.
# Possibly the RESULT for ID = 6 should be "B/F"?
You could use the VariableSetter and VariableRetriever for this, see attached template (FME 2018.1).
Result:
Hi @lalandexavier, it's an interesting challenge. This is my first inspiration.
# Possibly the RESULT for ID = 6 should be "B/F"?
You could use the VariableSetter and VariableRetriever for this, see attached template (FME 2018.1).
Result:
Hi @lalandexavier, it's an interesting challenge. This is my first inspiration.
# Possibly the RESULT for ID = 6 should be "B/F"?