data Tools
csv_columns
Extract, reorder, or rename columns from CSV
csv
columns
extract
csv_deduplicate
Remove duplicate rows from CSV
csv
deduplicate
unique
csv_filter
Filter CSV rows by column value or simple condition
csv
filter
csv_sort
Sort CSV rows by one or more columns
csv
sort
csv_to_json
Parse CSV text to a JSON array of objects
csv
json
parse
flatten_json
Flatten nested JSON to dot-notation keys
json
flatten
json_format
Pretty-print or minify JSON
json
format
json_query
Query JSON with a JMESPath expression
json
query
jmespath
json_to_csv
Convert a JSON array (or single object) to CSV text
json
csv
convert
unflatten_json
Expand dot-notation keys back to nested JSON
json
unflatten
xml_to_json
Convert XML text to JSON
xml
json
convert
yaml_to_json
Convert between YAML and JSON
yaml
json
convert