Last updated 1 month ago
The CLI supports running named-path groups using names and references without any Python coding. First start the CLI. If you use Poetry, do: poetry run cli. Otherwise either:
poetry run cli
python csvpath.cli.cli.py
Or in a script file:
from csvpath.cli import Cli Cli().loop()