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

Apache Parquet support #1

Open
linux-china opened this issue Jun 14, 2024 · 1 comment
Open

Apache Parquet support #1

linux-china opened this issue Jun 14, 2024 · 1 comment

Comments

@linux-china
Copy link
Owner

Support to parse Parquet file.

@linux-china
Copy link
Owner Author

Now you can use DuckDB to convert Parquet to CSV.

$ duckdb -c "COPY (select * from 'family.parquet') TO 'family.csv' (FORMAT CSV)"

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