Hello,
SSIS has added "Azure Pack for SSIS" which has one task called "Azure Blob Source" which is used to read data from Azure blob storage however it has one limitation that if you are reading CSV file from Azure blob and if any of its column contains "," comma, then it would fail since it does not have "Text Qualifier" which is there in the Flat File source of SSIS.
So it is required as we can not have control over source data which may contain "," in CSV column.
Is there any alternative to this ?
Regards,
Vikas Garg