export_results_to_json
Convert AFSIM result files (CSV, EVT, AER) to JSON format for easier data analysis and integration.
Instructions
Convert a result file (.csv, .evt, .aer) to JSON format.
Parameters
file_path: Path to the source result file. output_path: Destination JSON path (defaults to same name with .json extension).
Returns
JSON with the output file path.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | ||
| output_path | No |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |