99 lines
2.4 KiB
JSON
99 lines
2.4 KiB
JSON
{
|
|
"id": "c867c42d-a52d-4a24-8ae3-f75d256b5618",
|
|
"snapshot": "thunderbird",
|
|
"instruction": "Please assist me in exporting my contacts of Personal Address Book from Thunderbird into contacts.csv file in the desktop and convert it to .xlsx with Libreoffice Calc.",
|
|
"source": "https://www.sync.blue/en/sync/mozilla-thunderbird/google-sheets/",
|
|
"config": [
|
|
{
|
|
"type": "launch",
|
|
"parameters": {
|
|
"command": [
|
|
"libreoffice",
|
|
"--calc"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"type": "download",
|
|
"parameters": {
|
|
"files": [
|
|
{
|
|
"url": "https://huggingface.co/datasets/xlangai/ubuntu_osworld_file_cache/resolve/main/multi_apps/c867c42d-a52d-4a24-8ae3-f75d256b5618/thunderbird.profile.tar.gz",
|
|
"path": "/home/user/thunderbird-profile.tar.gz"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"type": "execute",
|
|
"parameters": {
|
|
"command": [
|
|
"tar",
|
|
"--recursive-unlink",
|
|
"-xz",
|
|
"-f",
|
|
"/home/user/thunderbird-profile.tar.gz",
|
|
"-C",
|
|
"/home/user/"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"type": "launch",
|
|
"parameters": {
|
|
"command": [
|
|
"/usr/bin/thunderbird"
|
|
]
|
|
}
|
|
}
|
|
],
|
|
"trajectory": "trajectories/",
|
|
"related_apps": [
|
|
"thunderbird",
|
|
"libreoffice_calc"
|
|
],
|
|
"evaluator": {
|
|
"func": [
|
|
"compare_csv",
|
|
"compare_table"
|
|
],
|
|
"conj": "and",
|
|
"result": [
|
|
{
|
|
"type": "vm_file",
|
|
"path": "/home/user/Desktop/contacts.csv",
|
|
"dest": "contacts.csv"
|
|
},
|
|
{
|
|
"type": "vm_file",
|
|
"path": "/home/user/Desktop/contacts.xlsx",
|
|
"dest": "contacts.xlsx"
|
|
}
|
|
],
|
|
"expected": [
|
|
{
|
|
"type": "cloud_file",
|
|
"path": "https://huggingface.co/datasets/xlangai/ubuntu_osworld_file_cache/resolve/main/multi_apps/c867c42d-a52d-4a24-8ae3-f75d256b5618/contacts.csv",
|
|
"dest": "contacts_gold.csv"
|
|
},
|
|
{
|
|
"type": "cloud_file",
|
|
"path": "https://huggingface.co/datasets/xlangai/ubuntu_osworld_file_cache/resolve/main/multi_apps/c867c42d-a52d-4a24-8ae3-f75d256b5618/contacts.xlsx",
|
|
"dest": "contacts_gold.xlsx"
|
|
}
|
|
],
|
|
"options": [
|
|
{},
|
|
{
|
|
"rules": [
|
|
{
|
|
"type": "sheet_data",
|
|
"sheet_idx0": "RI0",
|
|
"sheet_idx1": "EI0"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"proxy": false
|
|
} |