Fish Shell, by itself, doesn’t have built-in functions specifically designed for CSV manipulation.
Fish Shell, by itself, does not have built-in utilities for parsing and generating JSON.
To read and manipulate TOML in Fish, you might use a tool like yj, which can convert TOML to JSON.
yj
Fish doesn’t have built-in XML parsing, so you’ll lean on external tools like xmllint or xmlstarlet.
xmllint
xmlstarlet
Fish Shell doesn’t have built-in support for parsing YAML, but you can utilize third-party tools like yq (a lightweight and portable command-line YAML processor) to handle YAML data.
yq