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
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
orgawk
? It can be generated inawk
but am not sure how difficult it will be to parse RSV inawk
...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
;-)