The Split Columns tool lets you break apart the values in a single column into two separate columns based on a chosen separator. This is useful for cases like splitting full names into first/last names, or separating values such as "City, Country".
1 to skip the header row)., or ).Before
| Name |
|--------------|
| Alice Smith |
| Bob Johnson |
Split on space
| Name | First | Last |
|--------------|-------|---------|
| Alice Smith | Alice | Smith |
| Bob Johnson | Bob | Johnson |
Before
| Location |
|-----------------|
| Paris, France |
| Tokyo, Japan |
Split on comma
| Location | City | Country |
|---------------|-------|---------|
| Paris, France | Paris | France |
| Tokyo, Japan | Tokyo | Japan |
Get familiar with Workspaces in Gridscript.
Learn how to visualize your data with Gridscript charts.