How to replace "." or "-" character to "/"
Hello,I started a script that imports multiple excel files into one table. The date field has a mix of formats; mm/dd/yyyy , mm.dd.yy and mm-dd-yy.I tried using recode, and looking at the script it looks like static values:Current Data Table() << Begin Data Update;...
dc1 = New Column( :Date );
dc1 << Set Name( "Date 3" );
Current Data Table() << Go to( dc1 );
Current Data Table() << Move Selected Column