Reading BLOB data from Text File

Trips

Well-known member
Joined
Aug 7, 2010
Messages
2,788
Hi,
I have a fixed width flat file which contains many columns including a BLOB column. Each row of data spreads out to about 15-20 rows or more in the flat file because the BLOB data cannot fit in one row on the flat file. Also the BLOB data is Base 64 encoded.

I want to be able to read the BLOB data, I know the starting and ending character number e.g. from 150 to 32450. I want to extract this data & decode it. Is this possible?

Thanks,
Sid


View the full article
 
Back
Top