chaprola_run
Execute compiled .PR programs, optionally asynchronously for large datasets, with control over data files, PHI obfuscation, and start record.
Instructions
Execute a compiled .PR program. Use async:true for large datasets (>100K records)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Program name (without extension) | |
| nophi | No | If true, obfuscate PHI-flagged fields during execution | |
| record | No | Starting record number | |
| project | Yes | Project name | |
| async_exec | No | If true, run asynchronously and return job_id for polling | |
| primary_file | No | Primary data file to load | |
| secondary_files | No | Secondary files to make available |