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

Add JSON export + BigQuery compatibility #63

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

Conversation

kshmir
Copy link

@kshmir kshmir commented Jan 1, 2019

I was working with this tool to export the CSV outputs to BigQuery. But the amount of data I managed was over 10GB/day, taking an hour to convert to CSV, so for speeding things up I added a JSON export, since the JSON output with . and @ is not compatible with BigQuery, I added flags to make it compatible.

Usage: es2csv_cli -b -l '_' -j {... normal parameters}

Any feedback or improvement, I can add it.

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

Successfully merging this pull request may close these issues.

1 participant