I have a text file contains delimited records.
1243;jhhf';982u4k;9u2349;huf8
kij;9238u;98ur23;jfwf;03i24
I need to replace the value of 4th part of every record with the value returned from SQL database (Select X from T where C='4Th part from the flatfile'
).
Regards,
SAnthosh.
Try this: