read_record
Read a single record from a Universe file and return fields as structured JSON, preserving multivalue and subvalue structure.
Instructions
Read a single record from a Universe file.
The record is returned with fields parsed into structured JSON, preserving multivalue and subvalue structure.
Args: file_name: Name of the Universe file record_id: Record ID (key) to read
Returns: Dictionary containing record id, fields (by number), and optionally the raw record data. Returns error if record not found.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_name | Yes | ||
| record_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||