Overview
Use Playground commands to run row-range and column-block workflows on CSV files.
Use Playground for row-range and column-block execution on CSV workflows.
Command Signatures
deepline csv render --csv /path/to/file.csv
Execution Flow
- Start a CSV renderer session with
deepline csv render --csv ....
- Read row windows with
deepline csv show --csv /path/to/file.csv --rows START:END.
- Execute cells with
deepline csv --execute_cells --csv /path/to/file.csv --rows START:END --cols START:END --wait --json.
- Stop sessions with
deepline backend stop or individual columns with deepline csv --stop-column.