Configuring RepConnector to Send Carriage Return and Tab

Configure RepConnector to send actual character output to the destination. 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.

  1. From the command prompt, navigate to:
    On Windows:
     <AppServer_install_dir>\repra\bin
    On UNIX:
     <AppServer_install_dir>/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.