Input File (IF)
Import a .csv or .gwb (GSA) file into InForm This allows the file content to be read and internalized inside the Grasshopper script before being displayed or processed in the InForm web interface.
πΈ Component Screenshotβ

π Component Locationβ
Tab: 1. Inputs
π Descriptionβ
Users can upload a .csv or .gwb file, which is then passed into the Grasshopper script for parsing. This is useful when workflows require external dataβsuch as tables, parameters, or GSA model filesβto be processed before visualization.
π Example Fileβ
π Inputsβ
| Abbrev. | Full Name | Type | Description |
|---|---|---|---|
| FP | File Path | GH File Path component | Path to the user-selected .csv or .gwb file. |
π Outputsβ
| Abbrev. | Full Name | Type | Description | Suggested Connections |
|---|---|---|---|---|
| FP | File Path | Text / Number | The content of the file referenced in the input. | Connect to components such as Read File (Per Line) to extract and use the file data in the rest of the script. |