[flagged]
[1] https://www.bing.com/videos/riverview/relatedvideo?q=Jacques...
31–40 of 254 posts
[flagged]
[1] https://www.bing.com/videos/riverview/relatedvideo?q=Jacques...
Somewhat off-topic, but is there a tool which integrates something like this/jq/fx and API requests? I’d like to be able to do some ETL-like operations and join JSON responses declaratively, without having to write a script.
Earlier quoted context omitted.
Have you tried `gron`? It converts your nested json into a line by line format which plays better with tools like `grep` From the project's README: ▶ gron " https://api.github.com/repos/tomnomnom/gron/commits?per_page... " | fgrep "commit.author" json[0].commit.author = {}; json[0].commit.author.date = "2016-07-02T10:51:21Z"; json[0].commit.author.email = "mail@tomnomnom.com"; json[0].commit.author.name = "Tom Hudson…
Thank you so much. This seems like a saner approach for some simpler use cases. It flattens the structure. And makes for easy diffing.
[flagged]
Earlier quoted context omitted.
[flagged]
What would be your choice if you would need to write high performing CLI tool?
Earlier quoted context omitted.
[flagged]
What would be your choice if you would need to write high performing CLI tool?
I tried to do `echo *json | rush -- jaq -rf ./this-program.jq {} | datamash ...` and in that context I don't think it's appropriate to try to get artistic with the tty.
The cause of the errors, for whatever it's worth, is that `jaq` lacks `strftime`.
Earlier quoted context omitted.
How would you pronounce `jaq` other than `Jaques`[1]? It seems to be the default pronunciation. [1] https://www.bing.com/videos/riverview/relatedvideo?q=Jacques...
My first instinct was to pronounce jaq as "jack".