mirrored 12 minutes ago
0
David Changver Jan31stv6 finished calc human evaluation updated calc configs with an extra sleep to guarantee the integrity of downloaded xlsx file 4897211
{
	"id": "21df9241-f8d7-4509-b7f1-37e501a823f7",
	"snapshot": "libreoffice_calc",
	"instruction": "Change the representation of colum \"Parameter\" and show in Millions (M) and Billions (B). Keep one decimal and place a white space between the digits and the unit.",
	"source": "https://www.youtube.com/watch?v=p5C4V_AO1UU",
	"config": [
		{
			"type": "download",
			"parameters": {
				"files": [
					{
						"url": "https://drive.usercontent.google.com/download?id=16PowrQA4E71xUoJmpXPHy0dr9HBcTRmo&export=download&authuser=0&confirm=t&uuid=9a6265f7-585c-4cf8-b321-3b859aec1e68&at=APZUnTWzzOw85wws0ojXNPsIwnjE:1703858126178",
						"path": "/home/user/Represent_in_millions_billions.xlsx"
					}
				]
			}
		},
		{
			"type": "open",
			"parameters": {
				"path": "/home/user/Represent_in_millions_billions.xlsx"
			}
		}
	],
	"trajectory": "trajectories/21df9241-f8d7-4509-b7f1-37e501a823f7",
	"related_apps": [
		"libreoffice_calc"
	],
	"evaluator": {
		"postconfig": [
			{
				"type": "activate_window",
				"parameters": {
					"window_name": "Represent_in_millions_billions.xlsx - LibreOffice Calc",
					"strict": true
				}
			},
			{
				"type": "sleep",
				"parameters": {
					"seconds": 0.5
				}
			},
			{
				"type": "execute",
				"parameters": {
					"command": [
						"python",
						"-c",
						"import pyautogui; pyautogui.hotkey(\"ctrl\", \"s\");"
					]
				}
			},
			{
				"type": "sleep",
				"parameters": {
					"seconds": 0.5
				}
			},
			{
				"type": "execute",
				"parameters": {
					"command": [
						"libreoffice",
						"--convert-to",
						"csv:Text - txt - csv (StarCalc):44,34,UTF-8,,,,false,true,true,false,false,1",
						"--outdir",
						"/home/user",
						"/home/user/Represent_in_millions_billions.xlsx"
					]
				}
			},
			{
				"type": "sleep",
				"parameters": {
					"seconds": 0.5
				}
			}
		],
		"func": "compare_table",
		"result": {
			"type": "vm_file",
			"path": [
				"/home/user/Represent_in_millions_billions.xlsx",
				"/home/user/Represent_in_millions_billions-Sheet1.csv"
			],
			"dest": [
				"Represent_in_millions_billions.xlsx",
				"Represent_in_millions_billions-Sheet1.csv"
			],
			"multi": true
		},
		"expected": {
			"type": "cloud_file",
			"path": [
				"https://drive.usercontent.google.com/download?id=1Jy6lZexhU5t0eW1GwXJ_csnwIe0Xiy9-&export=download&authuser=0&confirm=t&uuid=601701e7-9eb8-4ce8-83d5-35916094a15d&at=APZUnTW4WE-plIC5MmWTuFu24qLL:1703857882995",
				"https://drive.usercontent.google.com/download?id=1CjzmJ4vqwPI7DMTR_6a8ytO-W-4xavBS&export=download&authuser=0&confirm=t&uuid=32c3430a-6d3d-47cc-bb5c-e683963b19f7&at=APZUnTWSBLNtkrZTix_BRl9gyaek:1705497493679"
			],
			"dest": [
				"Represent_in_millions_billions_gold.xlsx",
				"Represent_in_millions_billions_gold-Sheet1.csv"
			],
			"multi": true
		},
		"options": {
			"rules": [
				{
					"type": "sheet_print",
					"sheet_idx0": "RNSheet1",
					"sheet_idx1": "ENSheet1",
					"ignore_case": true
				}
			]
		}
	}
}