When there is a carriage return (\n) or tab (\t) in a source text column, RepConnector generates the literal representation "\n" or "\t" in the output stream. This section provides instructions on how to send the actual characters to the destination.
Setting up RepConnector for real character output
From the command prompt, navigate to:
On Windows:
<EAServer_installation_directory>\repra\bin
On UNIX:
<EAServer_installation_directory>/repra/bin
In the repra.properties file, add:
REAL_CHARACTER_OPTION=true
If the application server is running, restart it for the new property to take effect.