spss_save_file
Save the active SPSS dataset to a specified output file, with optional renaming, keeping, or dropping of variables before saving.
Instructions
Save the active dataset with optional rename/keep/drop: SAVE OUTFILE. rename: {old: new}, keep: variables to keep, drop: variables to drop. Requires IBM SPSS Statistics.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| drop | No | ||
| keep | No | ||
| rename | No | ||
| file_path | Yes | ||
| compressed | No | ||
| output_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |