DataFrame / Java Shell Tool
Execute Java code in a JShell environment with automatic dependency resolution. Write Pandas-like DataFrame operations, call REST APIs, process files, or run any Java logic.
| Parameter | Description | Required |
|---|---|---|
| Code Source | Java Shell code to execute (inline or file reference) | Yes |
| Source Type | Inline (code in tool definition) or File (path to .jsh file) | Yes |
| Maven Dependencies | List of Maven coordinates (groupId:artifactId:version) | No |
| Input Files | Files available to the code for reading (CSV, Excel, JSON, etc.) | No |
| Output Files | Expected output files for downstream tools | No |
| Timeout | Maximum execution time before the tool is terminated | No |
| Java Version | Target Java version (11 or higher) | No (default: system) |