About Export Differences in Hyperstage

Topics:

There are several important differences between exporting data from Hyperstage and exporting data from other DBMS engines.

Escape Characters

The Hyperstage and PostgreSQL Loaders support escape character definition and usage.

Exporting NULL Values

Hyperstage recognizes the following representations of NULL values when loading data from a text file:

NULL, \N, <field delimiter><field delimiter>

However, by default, Hyperstage only exports NULL values in the following representation:

\N

This can be modified using the null modifier in the COPY TO command.

WebFOCUS

Feedback