| { | |
| "username": "Alice", | |
| "date": "2020-05-01", | |
| "weekday": "Friday", | |
| "time": "10:00 AM", | |
| "task": "delete the first three students and their scores in score excel file", | |
| "evaluation": [ | |
| { | |
| "function": "evaluate_diff_contain_text", | |
| "file": "./data/score.xlsx", | |
| "args": { | |
| "input_file": "../../../../cache/2/testbed/data/score.xlsx", | |
| "output_file": "./data/score.xlsx", | |
| "doc_type": "xlsx", | |
| "keywords": [ | |
| "Liam", | |
| "74", | |
| "72", | |
| "Ivy", | |
| "64", | |
| "90", | |
| "Alice", | |
| "78", | |
| "75" | |
| ] | |
| } | |
| } | |
| ] | |
| } |