Quantcast
Channel: SQL Server Integration Services forum
Viewing all articles
Browse latest Browse all 24688

Missing data while loading a file in to a column of a table

$
0
0

For my ETL purposes, I have a file that I want to load to a single column in my table, so that later I could parse the data to get what I want. The file looks like this:

*

**

***

Id 2

Name Jackson

Date when the product was received by the customer Tue Aug 10 16:32:35 2010

End

*

**

After loading this file to a single column in my table, my column is missing some data, I get values like this: 

Column1

*

**

***

Id 2

Name Jackson

Date when the product was received by the customer Tue Aug 10 16:32: (:35 and 2010 is missing)

End

*

**

What can be the reason for that? Why isn't the file getting copied exactly in to the column? Datatype of column is Varchar(Max).



Viewing all articles
Browse latest Browse all 24688

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>