Skip to content
This repository was archived by the owner on Mar 24, 2022. It is now read-only.
This repository was archived by the owner on Mar 24, 2022. It is now read-only.

ROW_DELIMITER in COPY was lost. #176

@cramja

Description

@cramja

We had noticed that older versions of the code (uwquickstep/quickstep-retire) had a ROW_DELIMITER specifiable as optional params for the COPY command. This helps load files that have special row delimiters, other than the default \n character.

For example, a file being loaded to the table with schema (id int, name varchar(20)):

1|marc|
2|mike|
3|matt|

has the row delimiter |\n.

The current repo does not have this feature. It should be re-added.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions