Hello,
I am trying to retrieve a CSV file from azure data lake store. Once the data has been retrieved, the data has to be sent as input to SCD task i.e. slowly changing dimension in SSIS and upload to azure SQL database. The columns are separated using a comma(,). After executing the task, I am getting the following error:
[Azure Data Lake Store Source] Error: Microsoft.SqlServer.Dts.Pipeline.PipelineComponentHResultException (0xC02090F5): Pipeline component has returned HRESULT error code 0xC02090F5 from a method call.
at Microsoft.SqlServer.IntegrationService.AdlsComponents.PipelineComponentSource.TransferToOutputBuffers(Int32 outputs, Int32[] outputIDs, PipelineBuffer[] buffers)
1) Now the point is that in data there is a text qualifier which is double quotes("). When I am using "Azure Data Lake store Source" in data flow task, there is no option to specify this.
2) Also is there a way to specify the row delimiter?
Any leads on this error would be very helpful.
Thanks in advance.