Can we write a control file such that the FIELDS TERMINATED BY length of characters in text file
For example if i have a data as listed below
123565966643
984635164666
6164654 2423
can we terminate it by 3 characters such that it would be 123,565,966,643 and get inserted in to the table accordingly.
If we can do it by a java program also kindly let me know.