Skip to main content

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​

Input File (IF)

πŸ“‚ 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 NameTypeDescription
FPFile PathGH File Path componentPath to the user-selected .csv or .gwb file.

πŸ”„ Outputs​

Abbrev.Full NameTypeDescriptionSuggested Connections
FPFile PathText / NumberThe 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.