Data Transforms Flashcards
1
Q
Data Transforms
A
support transformation of values and implement mapping rules for properties.
2
Q
CURRENT
A
Updates the current index record in loop.
3
Q
APPEND
A
Appends a record property value and overrides if existing
4
Q
LAST
A
Appends record property value to last record of the pagelist
5
Q
INSERT
A
Inserts the property value for record only if value not exists.