Y
Hacker News
new
|
ask
|
show
|
jobs
by
MrDrMcCoy
936 days ago
I like textql [0] better for this use case, as it's simpler in my mind.
[0]
https://github.com/dinedal/textql
1 comments
bdcravens
936 days ago
textql doesn't seem to work with JSON. I think the grandparent comment meant that the data was in a table of sorts, represented in JSON.
link
MrDrMcCoy
936 days ago
Ah, you're right. TextQL combined with Miller would be closer, but DuckDB can do the same things all in one. Always good to have a variety of tools to choose from.
link