read_records
Read multiple records from a Universe file by specifying file name and record IDs. Returns each record's fields and lists any errors.
Instructions
Read multiple records from a Universe file efficiently.
Args: file_name: Name of the Universe file record_ids: List of record IDs to read
Returns: Dictionary containing file name, list of records, count, and any errors. Each record includes id and fields. Records not found are listed in errors.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_name | Yes | ||
| record_ids | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||