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

How to filter rows (WHERE CLAUSE) #160

Open
Fabiencdp opened this issue Mar 6, 2024 · 0 comments
Open

How to filter rows (WHERE CLAUSE) #160

Fabiencdp opened this issue Mar 6, 2024 · 0 comments

Comments

@Fabiencdp
Copy link

Fabiencdp commented Mar 6, 2024

Is there a way to filter out some rows from a CSV with a FILTER or any other way?

Like with Postgres COPY:

COPY "schema"."table"
FROM 'input.csv' (format csv)
WHERE some_column = 'some value'

Thanks for your help

@Fabiencdp Fabiencdp changed the title How to skip rows (WHERE CLAUSE) How to filters rows (WHERE CLAUSE) Mar 6, 2024
@Fabiencdp Fabiencdp changed the title How to filters rows (WHERE CLAUSE) How to filter rows (WHERE CLAUSE) Mar 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant