{ "name": "Комбинированные операции: добавить + удалить", "preRun": [ { "script": "meta-compile/scripts/meta-compile", "input": { "type": "Catalog", "name": "Товары", "attributes": ["Артикул: String(25)", "Устаревший: String(10)"] }, "args": { "-JsonPath": "{inputFile}", "-OutputDir": "{workDir}" } } ], "params": { "objectPath": "Catalogs/Товары" }, "input": { "add": { "attributes": ["Производитель: String(100)"] }, "remove": { "attributes": ["Устаревший"] } } }