Skip to content
This repository was archived by the owner on Jul 12, 2025. It is now read-only.
This repository was archived by the owner on Jul 12, 2025. It is now read-only.

CopyFrom CSV support options like HEADER and DELIMITER #105

@denissun

Description

@denissun

I tried for example the following not working

res, err := dbconn.PgConn().CopyFrom(context.Background(), f, "COPY foo FROM STDIN (FORMAT csv HEADER)")

res, err := dbconn.PgConn().CopyFrom(context.Background(), f, "COPY foo FROM STDIN (FORMAT csv) HEADER")

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions