Configuring the environment to send real carriage return and tab

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.

StepsSetting up RepConnector for real character output

  1. From the command prompt, navigate to:

    On Windows:

     <EAServer_installation_directory>\repra\bin
    

    On UNIX:

     <EAServer_installation_directory>/repra/bin
    
  2. In the repra.properties file, add:

    REAL_CHARACTER_OPTION=true
    
  3. If the application server is running, restart it for the new property to take effect.