@nhtio/adk/batteries/tools/parsing
Pre-constructed tools for parsing CSV, TSV, JSON, YAML, and other structured text formats.
Remarks
Pre-constructed bundled tools for the parsing category. Import individually, the whole category, or import every tool via @nhtio/adk/batteries.
Variables
| Variable | Description |
|---|---|
| detectDelimiterTool | Detect the most likely field delimiter in a CSV-like text sample. |
| parseCsvTool | Parse a CSV or TSV string into a JSON array. |
| parseKvTool | Extract key-value pairs from text. |
| parseYamlTool | Parse a YAML string into JSON. |