Open Fabiencdp opened 8 months ago
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
Is there a way to filter out some rows from a CSV with a FILTER or any other way?
Like with Postgres COPY:
Thanks for your help