I'd like to load data from Azure to an oracle database through SSIS with an Attunity driver. Now I've noticed that the character "Line Feed" (Ascii 10) is not inserted. When I do the same with an oledb driver instead of Attunity as destination, the character is transmitted correctly.
There seems to be a problem with the character set of this driver. Is there a way to define the character set in the connection properties of the attunity driver? Or is the reason somewhere else?
Thanks for any help.