Hi All,
I need help to import data from text file.
Text file data is like this:
001Debjit30Y
002Hiya 09N
Data should be loaded like
Position 1-3 first field ie 001 and 002
position 4-9 second field ie Debjit and Hiya
position 10-11 third field ie 30 and 09
position 12-12 forth field ie Y and N
I want to use shell script to insert this record from data file.
Thanks
Debjit
I need help to import data from text file.
Text file data is like this:
001Debjit30Y
002Hiya 09N
Data should be loaded like
Position 1-3 first field ie 001 and 002
position 4-9 second field ie Debjit and Hiya
position 10-11 third field ie 30 and 09
position 12-12 forth field ie Y and N
I want to use shell script to insert this record from data file.
Thanks
Debjit