Automation unzip file
Hello, I'm looking for some sample code on how to unzip files with automation. My file is zipped with 2 files in it and I need to unzip it and use one of them for product import.
Hello, I'm looking for some sample code on how to unzip files with automation. My file is zipped with 2 files in it and I need to unzip it and use one of them for product import.
Hi Cass,
This should work:
"extract": {
"name": "InventoryMaster.zip",
"files_to_extract": [
"InventoryMaster.csv"
]
}