I am writing ETL. I have created View in my source database. My View is a join of two tables. Now, I need to fetch data from View. But there are two columns in View which have nvarchar(max)
data type.
But when I perform lookup operation in DFT, I am facing this error:
Cannot map the lookup column, 'Description', because the column data type is a binary large object block (BLOB).
I have seen following links:
Note that, Description column may have large amount of text.
Image is attached for reference. Thank You!