Posts

Showing posts with the label Ab Initio Tips

T) How to mistakenly recover deleted object from EME

    air object rollback <rpath> version_number <eme-server-version-of-graph>    Please check help for more details.

S) How to merge two different column into a single column

Image
input        Output 1 A                1A 2 B               2B 3 C              3C 4 D              4D           Reformat   Out ::reformat (in)=   begin   Out.alfa :: string_concat ( in.id ,in.alfa );   end     Input DML     record   decimal ( "| " )id ;   string ( "\n " ) alfa ;   end     Output DML   re cord   String(“\n ”) alfa ;   end