In a particular column the data entered in the database ( through UI using a multiline textbox) the unicode for enter key also gets saved. while retrieving the data using a ssis package the data gets split into different lines whereever the enter key is there.so how to remove the unicode for enter key or how to retrieve the data in a single line??
↧