What does the below statement mean ?
If 'append' is set to true (false by default), the data from the lookup file is appended to the current set of results rathering than replacing it.
I use lookup like below,
[mysearch] | lookup MyLookup field_1 as field_1 OUTPUTNEW field_2 field_3
So , with reference to field_1 value , i do obtain field_2 , field_3 ..etc
what does that statement say, how append=t works ?
... View more