Storing Images on Filesystem From a Database Table

In previous releases, when using DataMigrator to copy data from a database table with a field described as BLOB for a column that contains a picture to a Delimited Flat File target, the name of a temporary file was written to that file.

Now, in the location specified for the target file, a like-named sub-directory is created that contains a file with each image from the source table with the appropriate extension (file type). This is currently available for the following file formats: .gif, .jpeg, .png, or .svg.

WebFOCUS

Feedback