{ "type": "extended", "basic_type": "magento_1_9", "random_string": "ba74a64a152b84ec004d03caba15ba95", "dump_server": { "host": "localhost", "user": "root", "port": "3306", "passphrase": "", "path": "/Users/**********/dumps", "rsync_options": "--rsync-path=\"sudo rsync\"" }, "tables": { "user_address": { "firstname": { "type": "firstname", "action": "update" }, "lastname": { "type": "lastname", "action": "update" }, "postcode": { "type": "postcode", "action": "update" }, "address": { "type": "street", "action": "update" }, "city": { "type": "city", "action": "update" }, "email": { "type": "email", "action": "update" }, "phone": { "type": "telephone", "action": "update" }, "company": { "type": "company", "action": "update" }, "vat_id": { "type": "vat_id", "action": "update" } } }, "log_customer": { "only_truncate": { "action": "truncate" } }, "customer_entity_text": { "value": { "action": "eav_update", "attributes": [ { "code": "about_me", "type": "quote", "entity_type": "customer" } ] } }, "subscriptions":{ "additional_data":{ "action":"json_update", "fields":[ { "path":"$.user.first_name", "type":"firstname" }, { "path":"$.user.last_name", "type":"lastname" }, { "path":"$.user.phone", "type":"telephone" } ] }, "comment": { "type": "quote", "action": "update" } } }