Hi,
I am working on to load data from SQL tables into Azure Blob using SSIS. I am able to establish the connections and also create files in Blob storage pulling data from SQL tables.
But, I am facing issue with multiple/duplicate spaces. I have a column which has "duplicate spaces" in it , for eg; "Created according to information Source : Government data" is one of the column's value.
When creating files into blob, I see a new line/row wherever it encountered these multiple spaces.
Example:
SQL table row : AD.AL|AD|Albany|Albany|Created according to information Source : Government data|NULL|NULL|NULL
Row in the Azure blob file : AD.AL|AD|Albany|Albany|Created according to information
Source : Government data|NULL|NULL|NULL
So, the record is getting broken into 2 records
Any help appreciated,
Thanks in advance!
harshac