Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Community
See the Attachment for my Requirement.
Regards
Aviral Nag
you may try like below.
Load *, Applymap('AAA',name,'NULL') AS New11
Inline [
name, code, Dept
Ron, 11, aa
, 11, cc
John, 12, ss
Rick, 13, cc
] Where name<>'';
Hello,
Find the attachment