| { | |
| "username": "Alice", | |
| "date": "2020-05-01", | |
| "weekday": "Friday", | |
| "time": "10:00 AM", | |
| "task": "delete all amounts in salary excel file", | |
| "evaluation": [ | |
| { | |
| "function": "evaluate_exact_match", | |
| "args": { | |
| "doc_type": "xlsx", | |
| "result_file": "./data/salary.xlsx", | |
| "expected_file": "../../../../reference/salary.xlsx" | |
| } | |
| } | |
| ] | |
| } |