Table of Contents

Search

  1. Preface
  2. Introduction to PowerExchange Bulk Data Movement
  3. PowerExchange Listener
  4. Adabas Bulk Data Movement
  5. Datacom Bulk Data Movement
  6. DB2 for i5/OS Bulk Data Movement
  7. DB2 for Linux, UNIX, and Windows Bulk Data Movement
  8. DB2 for z/OS Bulk Data Movement
  9. IDMS Bulk Data Movement
  10. IMS Bulk Data Movement
  11. Microsoft SQL Server Bulk Data Movement
  12. Oracle Bulk Data Movement
  13. Sequential File Bulk Data Movement
  14. VSAM Bulk Data Movement
  15. Writing Data with Fault Tolerance
  16. Monitoring and Tuning Options

Bulk Data Movement Guide

Bulk Data Movement Guide

Reject File Delimiter

Reject File Delimiter

The default delimiter in a reject file is a comma (,). If you want to override this default delimiter, you can specify another delimiter in the REJECT_FILE_DELIMITER statement of the DBMOVER configuration file. You might want to specify an override delimiter if the data that is written to the database contains commas.
To use a semicolon (;) as the delimiter, enter the semicolon enclosed in double-quotation marks:
REJECT_FILE_DELIMITER=”;”
PowerExchange escapes a delimiter character that is part of the data by adding a backslash (\) before it. For example, if you use the default comma (,) delimiter, a comma in the data appears as follows:
\,
Alternatively, if you use the semi-colon (;) as the column delimiter, a semicolon in the data appears as follows:
\;
For more information about the REJECT_FILE_DELIMITER statement, see the
PowerExchange Reference Manual
.

0 COMMENTS

We’d like to hear from you!