I have this sample records below, (16fields, comma delimited)
0116,01,84210870,10,FFFF,04061B22BF,639180000716,00,00,00,515050901775495,351824050673100,639255569174,F0,00,,
0116,03,84186940,10,FFFF,041E1AB770,639180000716,00,00,00,515050901378444,353681050728720,639328500332,F0,00,,
I'm gonna load it to the database using shell script (.ctl). My problem is, i dont know how to adjust records in the database fields. For example, if the second field is "01", the 11th field in my record will be in the 12th field once loaded in the database. The 11th field in the database will be blank then
if the second field is "03", the 11th and 12th record will stay where it is and the 13th field in my record will be in 14th in the database.