spss_read_data
Read rows from SPSS .sav files as Markdown tables without needing SPSS. Optionally filter variables and limit row count for targeted inspection.
Instructions
Read rows of data from an SPSS .sav file as a Markdown table. Optionally filter to specific variables and limit row count. Does not require SPSS to be installed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_rows | No | ||
| file_path | Yes | ||
| variables | No | ||
| apply_value_labels | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |