Skip to content
autorenew

Automation Kits

Batch transforms and utilities that take the repetition out of work. · 30 tools

JSON & DataRuns locally in your browser.JSON to YAMLConvert JSON documents into clean, readable YAML.JSON & DataRuns locally in your browser.YAML to JSONConvert YAML documents into formatted JSON.JSON & DataRuns locally in your browser.JSON to CSVFlatten an array of JSON objects into a CSV spreadsheet.JSON & DataRuns locally in your browser.CSV to JSONParse CSV or TSV data into a JSON array of objects or rows.JSON & DataRuns locally in your browser.JSON to XMLConvert JSON structures into indented XML markup.JSON & DataRuns locally in your browser.XML to JSONParse XML documents into equivalent JSON objects.JSON & DataRuns locally in your browser.JSON to TOMLConvert JSON objects into TOML configuration format.JSON & DataRuns locally in your browser.TOML to JSONParse TOML configuration files into formatted JSON.JSON & DataRuns locally in your browser.JSON FlattenerFlatten nested JSON into a single level of dot-notation keys.JSON & DataRuns locally in your browser.JSON UnflattenerRebuild nested JSON from flat dot-notation keys.Text & RegexRuns locally in your browser.Case ConverterConvert text between camelCase, snake_case, kebab-case, and more.Text & RegexRuns locally in your browser.Line SorterSort lines alphabetically or numerically, ascending or descending.Text & RegexRuns locally in your browser.Duplicate Line RemoverRemove duplicate lines while keeping the first occurrence of each.Text & RegexRuns locally in your browser.Line ReverserReverse the order of lines so the last line comes first.Text & RegexRuns locally in your browser.Empty Line RemoverDelete blank and whitespace-only lines from text.Text & RegexRuns locally in your browser.Whitespace TrimmerTrim leading and trailing whitespace from every line.Text & RegexRuns locally in your browser.Find and ReplaceReplace text across a document, with optional regex and case options.Text & RegexRuns locally in your browser.Text to One LineJoin multi-line text into a single line.Text & RegexRuns locally in your browser.Prefix/Suffix LinesAdd a prefix and/or suffix to every line of text.Text & RegexRuns locally in your browser.Extract Matching LinesKeep only the lines that contain a substring or match a regex.Text & RegexRuns locally in your browser.Remove Matching LinesDelete every line that contains a substring or matches a regex.Text & RegexRuns locally in your browser.Text NormalizerApply Unicode normalization (NFC, NFD, NFKC, NFKD) to text.Date & TimeRuns locally in your browser.Cron Expression ParserExplain a cron expression in plain English and show upcoming runs.SQL & DatabaseRuns locally in your browser.JSON to SQL INSERTGenerate SQL INSERT statements from a JSON array of objects.SQL & DatabaseRuns locally in your browser.CSV to SQL INSERTConvert CSV rows into SQL INSERT statements.DevOpsRuns locally in your browser..env to JSONConvert dotenv files into a JSON object.DevOpsRuns locally in your browser.JSON to .envConvert a flat JSON object into dotenv KEY=value lines.DevOpsRuns locally in your browser.Docker Run Command BuilderCompose a docker run command from image, ports, volumes, and env.DevOpsRuns locally in your browser.Kubernetes YAML FormatterFormat and validate Kubernetes manifest YAML.DevOpsRuns locally in your browser..env.example GeneratorStrip values from a .env file to create a safe .env.example.