Retrieve/Import Images from MS SQL Server

1
I have a Microsoft SQL Server 2012 database containing some legacy data for one of my apps.  To import this data into Mendix, I have exported most of it in CSV files and imported those into Mendix (this database is not accessible via the internet).  One of the tables in SQL server contains images, stored as BLOBs.  I need to get these images into my Mendix database. I exported a few rows from this table into a CSV file, and thought I could import this file using the Flat File Importer.  However, that module doesn't support Mendix Binary attributes. Has anyone done this before?  Any pointers for me about how to accomplish this?
asked
0 answers