GridScript lets you save, share, and reload entire pipelines— including all stages, scripts, and configuration — using the native.gspp (GridScript Pipeline) format.
This allows you to back up your analytical workflows, transfer them between workspaces, or share them with other users. Pipelines can also import data files directly within individual Import Stages.
You can import a pipeline using the File → Import option in the pipeline toolbar. Supported formats include:
Once imported, the pipeline will appear in your workspace with the same stage order, code, and configuration as when it was exported.
You can export your entire pipeline using the File → Export GSPP option in the toolbar. This generates a .gspp file that includes:
Exported pipelines can be reloaded later or shared with collaborators. They are fully self-contained and do not require any external dependencies.
When working inside a workspace, pipelines can be saved locally using the File → Save option in the toolbar. This stores the current pipeline state (including all stages and scripts) in your browser or cloud workspace depending on your account type.
Saved pipelines are automatically reloaded when you return to the same workspace, allowing you to continue where you left off.
In addition to importing full pipelines, you can import data files directly into an Import Stage. Supported file types include:
Each imported dataset becomes part of the pipeline’s shared context, accessible to all subsequent Code Stages.
.gspp when you want to preserve the full pipeline structure, including all stages and code..gspp file with teammates or import it into another workspace.After learning how to import and export pipelines, explore Pipeline Scripting to see how to write code within stages, or visit Pipelines to learn more about their structure and functionality.