Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi guys,
i have data from inline load is it possible to use apply map function on that load. if yes then how...
map1:
mapping load * inline [
x, y
1, one
2, two
3, three ] ;
Final:
Load Field1,
ApplyMap('map1', Field2) as Mapped
From <>;
Hi Akash,
Yes again you can apply ApplyMap function also on Inline table same as for a normal table.
Your Inline table must have one column on which you want to do the mapping and the other column and the inline table should have a name. See the attached file
Regards
Rajat
hi please go through this link below