RSV-Specification icon indicating copy to clipboard operation
RSV-Specification copied to clipboard

RSV & Wikipedia

Open PSLLSP opened this issue 1 year ago • 1 comments

RSV is interesting idea but the format has no page at Wikipedia, it has no RFC, there are no tools to support this file format...

Tools/utilities to convert CSV, JSON or TSV to/from RSV and tools to validate "syntax" of RSV files; this is important for new data format, to have a tool to verify compatibility with the standard... JSON has jq, xmlstarlet could be used to validate XML files, etc, Something like this should be designed for RSV...

Could be RSV processed by awk or gawk? It can be generated in awk but am not sure how difficult it will be to parse RSV in awk...

BTW, you have interested videos on YouTube. Unfortunately, those videos, about about structured file formats, miss structure! Please, check how to add chapters to YouTube videos, easy and powerful feature... One of many tutorials on YouTube chapters or other video tutorial

One more note, this XKCD story is about RSV ;-)

PSLLSP avatar Jan 30 '24 13:01 PSLLSP

@PSLLSP I can now offer you an rq tool, though it does simply convert to JSON and use jq under the hood.

simonrupf avatar Jun 17 '24 06:06 simonrupf