Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import CSV file with multi-byte delimiter by external table #1246

Closed
lij55 opened this issue Oct 24, 2016 · 2 comments
Closed

Import CSV file with multi-byte delimiter by external table #1246

lij55 opened this issue Oct 24, 2016 · 2 comments
Assignees

Comments

@lij55
Copy link
Contributor

lij55 commented Oct 24, 2016

As a user of GPDB, I have a lot of CSV/text files with multi-byte delimiter and I want to use external table to import these files.

@Eulerizeit
Copy link

This is supported in Postgres by running through a sed or awk script. Because it is that easy in Postgres it is a function of the copy command that is unlikely to change. Furthermore, changing this behavior in COPY incurs a lot of overhead which will then be carried over to every use of the COPY command in GPDB.

@lij55
Copy link
Contributor Author

lij55 commented Sep 6, 2018

gpkafka will support multibyte-delimiter delimited text format.

@lij55 lij55 closed this as completed Sep 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants