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

Transcode from other formats besides CSV #155

Open
jlowe opened this issue Jun 7, 2023 · 0 comments
Open

Transcode from other formats besides CSV #155

jlowe opened this issue Jun 7, 2023 · 0 comments
Assignees

Comments

@jlowe
Copy link
Contributor

jlowe commented Jun 7, 2023

When generating NDS data sometimes we want to generate for multiple formats. For example, we might generate Parquet data and then also want ORC data. It's more efficient to transcode from one columnar format to another rather than only transcode from the raw CSV. It also is handy when you want to generate ORC data but only the Parquet transcode output is available and the raw CSV has already been deleted.

It would be nice if nds_transcode.py supported options to specify the input format to use rather than assume CSV. Parquet/ORC would be helpful, but for bonus points it would be nice if all of the output formats were also supported as input format possibilities.

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

2 participants