split a column and create multiple multiple based on split using JSL
Hello, I need to read existing table and find the column of interest [say the column name is "data"]. the column "data" is numeric with "dot" delimited and have same length. My goal is to open this table, read column "data" , remove the "dot" and create new columns [as per the length of value] and each column holds each value. Orig table:data------123.56.8.342431.02.0.567318.00.1.816..... expecte...