-
Notifications
You must be signed in to change notification settings - Fork 205
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
Relaxed mode? #298
Comments
also, what's going on with
seems to work fine...
also, you might also want to store/print the git commit during compile time or something, for example: 'octosql version dev' + |
Hey! So, multiple things you mentioned:
The use case makes sense, I'll think about it.
Good point, happy to add this.
When the len works with strings, lists, tuples, and objects right now. |
This is now added in cc43f25 and released in 0.11.1. |
I really like how fast
octosql
is and it seems like a great tool to bring unstructured data into a strict hierarchical, columnar format.Unfortunately, wrangling unstructured data usually requires some flexibility and interpretation. I have two main issues so far:
Selecting variables which are in some files but not others:
⭐ It would be really nice to have a
--relaxed
flag where unknown variables are silently replaced withnull
⭐Ideally, that would:
octosql --relaxed
turn into "SELECT null, valid_column FROM stdin.json"For example, in sqlite:
The text was updated successfully, but these errors were encountered: