A collection of tools coded over the years. The transformation happens server-side but no data is stored.
extract
- Parse strings from a marked up text.
- Use case: extract information from an html page.
- Published 05.2020
json
- Expand a JSON string to indented, individual lines.
- Use case: check structure or content.
- Published 11.2022
list
- Iterate a string within a numeric range.
- Use case: list and scrape links.
- Published 02.2016
replace
- Find and replace several strings in several versions.
- Use case: insert translations back into the file they belong.
- Published 03.2009
switch separators
- Change the way a table is separated.
- Use case: prepare data.
- Published 02.2024
transpose
- Turn a table into columns or columns into a table.
- Use case: analyse data.
- Published 12.2009
umap
- Turn a series of coordinates into a OpenStreetMap's uMap layer.
- Use case: draw points on a map.
- Published 11.2022