Sql Loader mapping
Given: 1301080108BB16473,60FXXXXXX
I have the above line from the data file which i need to map/extract for the loader to pick up ONLY "16473,60" which is in the middle of 1301080108BB(16473,60)FXXXXXX
By looking at the data i could just give the loader the POSITION(11:20) CHAR, BUT my problem is this digits could go up to 15 digits including the (,nn) .
How can i extract this dynamic number of digits inside this line?
Please let me know if further details required.
TIA!