All templates
Data Processing automation templates
3 ready-to-use data processing templates. Import one into Robomotion, connect your own accounts, and run it on a schedule or on demand.
JSON Beautifier
IntermediateUpdated 8 months agoBeautifies a given JSON string by parsing and re-formatting it with custom indentation, then exports the result to a file. Displays an error dialog if the input JSON is invalid.
JSON Minifier
BeginnerUpdated 8 months agoMinimizes a given JSON object by converting it to a compact single-line string with no extra whitespace. The result is printed to the Output Panel via a Debug node.
Merge CSV
IntermediateUpdated 8 months agoMerges a group of CSV files from a directory into a single CSV file. Uses subflows to read individual CSV files and combine their contents with a configurable separator.