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

CLI: read standart input #138

Closed
yshalenyk opened this issue Jun 10, 2021 · 3 comments
Closed

CLI: read standart input #138

yshalenyk opened this issue Jun 10, 2021 · 3 comments
Labels

Comments

@yshalenyk
Copy link
Contributor

It might be nice to have ability to read stdin to work with remote files.
For example something like
wget -O - <url> | spoonbill
or
wget -O - <url> | spoonbill -

Or maybe concatenate multiple jsonl files
cat jsonl1 jsonl2 | spoonbill

@yshalenyk yshalenyk added enhancement New feature or request and removed enhancement New feature or request labels Jun 10, 2021
@jpmckinney
Copy link
Member

Hmm, wouldn't the data need to be stored temporarily, since it needs to be read twice (once for analysis, and again for flattening/writing)?

@yshalenyk
Copy link
Contributor Author

Yes indeed! But I think it might be possible to implement this feature at some degree if #132 implemented.
Anyway, its issue is more discussion than a enhancement.

@jpmckinney
Copy link
Member

I think there is not enough demand for this feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants