Tools

A Apache FreeMarker CLI Tool is just a POJO (plain old Java object) that is “useful” in a template and is not meant to be rendered in the output.

The following tools are currently implemented

Tool Description
CSVTool Process CSV files using Apache Commons CSV
DataFrameTool Bridge to nRo/DataFrame
ExecTool Execute command line tools using Apache Commons Exec
ExcelTool Process Excels files (XLS, XLSX) using Apache POI
FreeMarkerTool Expose useful FreeMarker classes
GrokTool Process text files using Grok instead of regular expressions
GsonTool Process JSON files using GSON
JsonPathTool Process JSON file using Java JSON Path
JsoupTool Processing HTML files using Jsoup
PropertiesTool Process JDK properties files
SystemTool System-related utility methods
UUIDTool Create UUIDs
XmlTool Process XML files using Apache FreeMarker
YamlTool Process YAML files using SnakeYAML