Andrea Borruso

Results 246 comments of Andrea Borruso

A way is to use [xq](https://github.com/kislyuk/yq). Running ``` curl --silent https://www.rust-lang.org/ | htmlq '#get-help' | xq . ``` you have ```json { "div": { "@class": "flex flex-column mw8 w-100 measure-wide-l...

Thank you very much. But why does it work for "aprile"?

I have closed the issue, because your solution works for my goal. please choose whether to leave it open

@jeroenjanssens it's really a great thing, thank you very much. A note about your "scrape": the only real problem for me was that it did not work on python3, and...

> So to address your point, I guess we could do two things: > > 1. Create a separate package for `scrape`. > 2. Extend `pup` such that it accepts...

Hi @jeroenjanssens in this moment I'm able only to do a [bin file](https://github.com/aborruso/scrape-cli/releases/download/v1.0/scrape), an executable, to run via command line in Linux environment. My goals was to use it both...

> I'm not sure whether the two files have the same number of rows or share common fields values. In my example they have the same number of rows and...

@shenwei356 could I add the "paste" command as csvtk feature request?

> You can just use shell `paste` I think no, because `paste` is no CSV aware and if I have CSV that has a comma inside a field `"a classic,...