This website requires JavaScript.
Explore
Help
Sign In
wader
/
fq
Watch
1
Star
1
Fork
0
You've already forked fq
mirror of
https://github.com/wader/fq.git
synced
2024-11-27 06:04:47 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
677c7e4258
fq
/
format
/
csv
/
csv.jq
4 lines
92 B
Plaintext
Raw
Normal View
History
Unescape
Escape
interp: Rename to/from<format> functions to to_/from_<format> Feels less cluttered, easier to read and more consistent. Still keep tovalue, tobytes etc that are more basic functions this only renamed format related functions. Also there is an exceptin for to/fromjson as it comes from jq. Also fixes lots of spelling errors while reading thru.
2022-12-21 15:59:54 +03:00
def to_csv($opts): _to_csv($opts);
def to_csv: _to_csv(null);
format,intepr: Refactor json, yaml, etc into formats also move out related functions json, yaml, toml, xml, html, csv are now normal formats and most of them also particiate in probing (not html and csv). Also fixes a bunch of bugs in to/fromxml, to/fromjq etc.
2022-06-01 17:55:55 +03:00
def _csv__todisplay: tovalue;
Reference in New Issue
Copy Permalink